Not display message to explain document are not included when we are in mode all includes
This commit is contained in:
parent
1708547d2a
commit
6ab9b5d68e
@ -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";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user