Not display message to explain document are not included when we are in mode all includes

This commit is contained in:
Alexandre SPANGARO 2023-04-26 07:18:00 +02:00
parent 1708547d2a
commit 6ab9b5d68e

View File

@ -835,7 +835,10 @@ if (empty($reshook)) {
print_barre_liste($title_page, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_accountancy', 0, $newcardbutton, '', $limit, 0, 0, 1); print_barre_liste($title_page, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords, 'title_accountancy', 0, $newcardbutton, '', $limit, 0, 0, 1);
// Not display message when all the list of docs are included
if (empty($conf->global->ACCOUNTING_REEXPORT)) {
print info_admin($langs->trans("WarningDataDisappearsWhenDataIsExported"), 0, 0, 0); print info_admin($langs->trans("WarningDataDisappearsWhenDataIsExported"), 0, 0, 0);
}
print '<br>'; print '<br>';
//$topicmail = "Information"; //$topicmail = "Information";