From 32c26597bfba8e056cce0d4a0e09e027feebed5e Mon Sep 17 00:00:00 2001 From: marc_ocebo Date: Tue, 4 Jul 2006 08:31:38 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20passage=20du=20bon=20identifiant=20de=20?= =?UTF-8?q?soci=E9t=E9=20pour=20html->form=5Fproject?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 feca0e90782..5298791dc55 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1642,11 +1642,11 @@ else print ''; if ($_GET['action'] == 'classer') { - $html->form_project($_SERVER['PHP_SELF'].'?facid='.$fac->id,$fac->fk_soc,$fac->projetid,'projetid'); + $html->form_project($_SERVER['PHP_SELF'].'?facid='.$fac->id,$fac->socidp,$fac->projetid,'projetid'); } else { - $html->form_project($_SERVER['PHP_SELF'].'?facid='.$fac->id,$fac->fk_soc,$fac->projetid,'none'); + $html->form_project($_SERVER['PHP_SELF'].'?facid='.$fac->id,$fac->socidp,$fac->projetid,'none'); } print ''; print '';