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;