diff --git a/htdocs/product.class.php3 b/htdocs/product.class.php3 index f7951b48fb2..1e36f6d0180 100644 --- a/htdocs/product.class.php3 +++ b/htdocs/product.class.php3 @@ -28,7 +28,8 @@ class Product var $ref; var $libelle; var $description; - var $price ; + var $price; + var $tva_tx; Function Product($DB, $id=0) {