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;