Fix setup

This commit is contained in:
Laurent Destailleur 2020-06-21 20:49:34 +02:00
parent 502c76fcfc
commit 0139a840ae

View File

@ -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>';