Update codeinit.php
This commit is contained in:
parent
f95612d9a5
commit
e942e69a09
@ -355,7 +355,7 @@ if (isModEnabled('societe')) {
|
||||
|
||||
|
||||
// For products
|
||||
if ($conf->product->enabled || $conf->product->service) {
|
||||
if (isModEnabled('product') || $conf->product->service) {
|
||||
print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
|
||||
print '<input type="hidden" name="mode" value="label">';
|
||||
print '<input type="hidden" name="action" value="initbarcodeproducts">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user