v17 Merge problem - Restore #22762 - Accountancy - Better warning for situation invoice in index
This commit is contained in:
parent
e957e0a945
commit
15987bc46f
@ -115,11 +115,6 @@ if (isModEnabled('accounting')) {
|
||||
print "<br>";
|
||||
}
|
||||
|
||||
if (!empty($conf->global->INVOICE_USE_SITUATION) && $conf->global->INVOICE_USE_SITUATION == 1) {
|
||||
print info_admin($langs->trans("SorryThisModuleIsNotCompatibleWithTheExperimentalFeatureOfSituationInvoices"));
|
||||
print "<br>";
|
||||
}
|
||||
|
||||
print '<div class="'.($helpisexpanded ? '' : 'hideobject').'" id="idfaq">'; // hideobject is to start hidden
|
||||
print "<br>\n";
|
||||
print '<span class="opacitymedium">'.$langs->trans("AccountancyAreaDescIntro")."</span><br>\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user