Use isModEnabled

This commit is contained in:
Alexandre SPANGARO 2022-08-24 10:26:22 +02:00
parent 6c0330a5fa
commit a75cf794e5

View File

@ -123,7 +123,7 @@ $tabrowid[35] = "";
// Condition to show dictionary in setup page
$tabcond = array();
$tabcond[35] = !empty($conf->accounting->enabled);
$tabcond[35] = isModEnabled('accounting')';
// List of help for fields
$tabhelp = array();