diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index d31e28352b6..3aeac02ae9a 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -671,7 +671,7 @@ if ($_GET["action"] == 'create') { $langs->load("projects"); print ''.$langs->trans("Project").''; - $html->select_projects($socidp); + $html->select_projects($societe_id); print ""; } else