From 166d6f8142b3e7052b2f9b3d32a677ea85000e4c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 20 Jun 2006 09:26:09 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20la=20tva=20n'=E9tait=20pas=20r=E9cup=E9r?= =?UTF-8?q?=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/commande/commande.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index 472ffa47658..65513266ec2 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -518,7 +518,7 @@ class Commande extends CommonObject $ligne->desc=$desc; $ligne->price=$price; $ligne->qty=$qty; - $ligne->txtva=$txtva; + $ligne->tva_tx=$txtva; $ligne->fk_product=$fk_product; $ligne->remise_percent=$remise_percent; $ligne->subprice=$subprice;