Add warning

This commit is contained in:
Alexandre SPANGARO 2023-01-10 09:09:39 +01:00
parent a85e1c4694
commit 1c3d4f9301

View File

@ -334,6 +334,11 @@ if ($action != 'export_csv') {
$selectedfields = '';
// Warning to explain why list of record is not consistent with the other list view (missing a lot of lines)
if ($type == 'sub') {
print info_admin($langs->trans("WarningRecordWithoutSubledgerAreExcluded"));
}
$moreforfilter = '';
$moreforfilter .= '<div class="divsearchfield">';