Merge pull request #27024 from frederic34/patch-3

fix default value
This commit is contained in:
Laurent Destailleur
2023-12-08 01:09:34 +01:00
committed by GitHub

View File

@@ -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;