v17 Merge problem - Restore #22762 - Accountancy - Better warning for situation invoice in index

This commit is contained in:
Alexandre SPANGARO 2023-02-25 07:22:20 +01:00
parent e957e0a945
commit 15987bc46f

View File

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