From f73db03e537b59032e46b4ab278ce30722495588 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 29 Sep 2007 20:26:57 +0000 Subject: [PATCH] bugfix --- htdocs/product.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product.class.php b/htdocs/product.class.php index 592f58916b7..66e8f6d39cb 100644 --- a/htdocs/product.class.php +++ b/htdocs/product.class.php @@ -875,7 +875,7 @@ class Product if ($conf->global->MAIN_MULTILANGS) $this->getMultiLangs(); // Barcode - if ($conf->barcode->enabled) + if ($conf->barcode->enabled && $conf->global->PRODUIT_USE_BARCODE) { if ($this->barcode_type == 0) {