From b83c02621ae21ec2152115c4bf1e27c0cb7a3d9c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 12 Feb 2006 10:36:29 +0000 Subject: [PATCH] modification de la description produit --- htdocs/commande/commande.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index 4f091654b29..e206ae74905 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -319,6 +319,7 @@ class Commande */ function insert_product_generic($p_desc, $p_product_desc, $p_price, $p_qty, $p_tva_tx=19.6, $p_product_id=0, $remise_percent=0) { + global $conf; if ($this->statut == 0) { if (strlen(trim($p_qty)) == 0)