From 4b0bf22b75f13c702610c8693574d4d46afb4820 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 30 Jun 2004 16:45:51 +0000 Subject: [PATCH] Correction bug lors du classement de la facture dans un projet --- htdocs/compta/facture.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 69990b1aca6..2b89be4ae0d 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1179,7 +1179,7 @@ else * * */ - if ($action == 'classer') + if ($_GET["action"] == 'classer') { print "

id\">\n"; print ''; @@ -1187,7 +1187,7 @@ else print 'Projet'; $proj = new Project($db); - $html->select_array("projetid",$proj->liste_array($socidp)); + $html->select_array("projetid",$proj->liste_array($soc->id)); print ""; print '

';