From 223c4afc91dd89c7a3cd37dee73f874744960940 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 20 Jun 2006 09:32:11 +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/propal.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index 9f32d41eebc..0f178bc750b 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -230,7 +230,7 @@ class Propal 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;