From 46e45c841289d67bdc1f59e395dcb2afc14e3575 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 27 Jun 2003 12:28:18 +0000 Subject: [PATCH] Gestion de la tva --- htdocs/product.class.php3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {