From 3313eb25dae9fbb59166b4f5c3c9fca75dd7c04c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 7 Dec 2023 20:11:37 +0100 Subject: [PATCH] fix default value --- htdocs/core/class/html.formcompany.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formcompany.class.php b/htdocs/core/class/html.formcompany.class.php index 47d1045b50a..725a0f82c94 100644 --- a/htdocs/core/class/html.formcompany.class.php +++ b/htdocs/core/class/html.formcompany.class.php @@ -1155,7 +1155,7 @@ class FormCompany extends Form * @param string $mode select if we want activate de html part or js * @return void */ - public function selectProspectStatus($htmlname, Societe $prospectstatic, $statusprospect, $idprospect, $mode = "html") + public function selectProspectStatus($htmlname, $prospectstatic, $statusprospect, $idprospect, $mode = "html") { global $langs;