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