Le module code barre va pouvoir être activé/désactivé dans différents module
This commit is contained in:
parent
028d875bbb
commit
2a30bec0ba
@ -300,7 +300,7 @@ print '</tr>';
|
|||||||
print '</form>';
|
print '</form>';
|
||||||
|
|
||||||
// Barcode
|
// Barcode
|
||||||
if ($conf->barcode->enabled)
|
if ($conf->barcode->enabled && $conf->global->PRODUIT_USE_BARCODE)
|
||||||
{
|
{
|
||||||
$var=!$var;
|
$var=!$var;
|
||||||
print "<form method=\"post\" action=\"produit.php\">";
|
print "<form method=\"post\" action=\"produit.php\">";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user