From e1cc005fc712ca98430b848f003d4f16c7dad65a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 12 Feb 2006 14:11:55 +0000 Subject: [PATCH] modification de la description produit --- htdocs/facture.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/facture.class.php b/htdocs/facture.class.php index c9b9357784a..5560f366288 100644 --- a/htdocs/facture.class.php +++ b/htdocs/facture.class.php @@ -178,8 +178,9 @@ class Facture } else $price = $prod->price; - $result_insert = $this->addline($this->id, + $result_insert = $this->addline($this->id, $prod->libelle, + $prod->description, $price, $this->products_qty[$i], $prod->tva_tx, @@ -2132,7 +2133,6 @@ class FactureLigne $this->produit_id = $objp->fk_product; $this->date_start = $objp->date_start; $this->date_end = $objp->date_end; -// $i++; //modification suite à la tache 4984 $this->db->free($result); } else