Browse Source

Fix restore warning

Laurent Destailleur 3 years ago
parent
commit
1957ebcc35
1 changed files with 5 additions and 0 deletions
  1. 5 0
      htdocs/accountancy/bookkeeping/listbyaccount.php

+ 5 - 0
htdocs/accountancy/bookkeeping/listbyaccount.php

@@ -653,6 +653,11 @@ if (preg_match('/^asc/i', $sortorder)) {
 	$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 = '';
 
 // Accountancy account