This commit is contained in:
Regis Houssin 2007-09-29 20:26:57 +00:00
parent 0fd0190498
commit f73db03e53

View File

@ -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)
{