Add warning
This commit is contained in:
parent
a85e1c4694
commit
1c3d4f9301
@ -334,6 +334,11 @@ if ($action != 'export_csv') {
|
|||||||
|
|
||||||
$selectedfields = '';
|
$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 = '';
|
||||||
|
|
||||||
$moreforfilter .= '<div class="divsearchfield">';
|
$moreforfilter .= '<div class="divsearchfield">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user