bugfix
This commit is contained in:
parent
0fd0190498
commit
f73db03e53
@ -875,7 +875,7 @@ class Product
|
|||||||
if ($conf->global->MAIN_MULTILANGS) $this->getMultiLangs();
|
if ($conf->global->MAIN_MULTILANGS) $this->getMultiLangs();
|
||||||
|
|
||||||
// Barcode
|
// Barcode
|
||||||
if ($conf->barcode->enabled)
|
if ($conf->barcode->enabled && $conf->global->PRODUIT_USE_BARCODE)
|
||||||
{
|
{
|
||||||
if ($this->barcode_type == 0)
|
if ($this->barcode_type == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user