From 98cfb955182afb282c7681b1a9de3c5e9570a558 Mon Sep 17 00:00:00 2001 From: ccomb Date: Tue, 6 Sep 2005 11:54:20 +0000 Subject: [PATCH] =?UTF-8?q?Le=20projet=20n'etait=20pas=20selectionne=20cor?= =?UTF-8?q?rectement=20pendant=20la=20creation=20d'une=20facture=20depuis?= =?UTF-8?q?=20une=20propale=20(liste=20d=C3=A9roulante=20vide=20=C3=A0=20c?= =?UTF-8?q?ause=20d'une=20mauvaise=20variable)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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