Fix setup
This commit is contained in:
parent
502c76fcfc
commit
0139a840ae
@ -112,7 +112,7 @@ else
|
|||||||
print "</td></tr>\n";
|
print "</td></tr>\n";
|
||||||
|
|
||||||
// Receipt printer module
|
// Receipt printer module
|
||||||
if ($conf->receiptprinter->enabled) {
|
if ($conf->global->MAIN_FEATURES_LEVEL >= 1) {
|
||||||
print '<tr class="oddeven"><td>';
|
print '<tr class="oddeven"><td>';
|
||||||
print $langs->trans('DolibarrReceiptPrinter');
|
print $langs->trans('DolibarrReceiptPrinter');
|
||||||
print '<td>';
|
print '<td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user