Fix restore warning
This commit is contained in:
parent
d76e7224d9
commit
1957ebcc35
@ -653,6 +653,11 @@ if (preg_match('/^asc/i', $sortorder)) {
|
|||||||
$sortorder = "desc";
|
$sortorder = "desc";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 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 = '';
|
||||||
|
|
||||||
// Accountancy account
|
// Accountancy account
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user