diff --git a/htdocs/fichinter/fiche.php b/htdocs/fichinter/fiche.php index a5506df34fa..0d428d48bb3 100644 --- a/htdocs/fichinter/fiche.php +++ b/htdocs/fichinter/fiche.php @@ -248,7 +248,7 @@ if ($_GET["action"] == 'edit') { // Projet associé print ''.$langs->trans("Project").''; - $sel->select_project($fichinter->societe_id,$fichinter->projet_id,"projetidp"); + $sel->select_projects($fichinter->societe_id,$fichinter->projet_id,"projetidp"); print ''; }