From cf268eb1f689d677e21b2761d47329ffca18f280 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 23 Jun 2006 12:05:51 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20product=5Fid=20est=20renomm=E9=20en=20fk?= =?UTF-8?q?=5Fproduct?= 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 3934d0d4147..1955ec2ebbd 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -294,7 +294,7 @@ if ($_POST['action'] == 'add') $lines[$i]->subprice, $lines[$i]->qty, $lines[$i]->tva_tx, - $lines[$i]->product_id, + $lines[$i]->fk_product, $lines[$i]->remise_percent); } }