]> wagnertech.de Git - mfinanz.git/blobdiff - templates/mail/self_test/status_mail.txt
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[mfinanz.git] / templates / mail / self_test / status_mail.txt
index 7c3d306dffb34e12164a65db39a6ef6765d0a442..b34ce1102a1776b7139d23d0f1fd1e0ed8dcb80a 100644 (file)
@@ -1,5 +1,10 @@
 kivitendo selftest report.
 
+[% IF errors %]
+  General error(s) have occurred.
+  [% errors %]
+[% END %]
+
 Host:   [% host %]
 Path:   [% path %]
 DB:     [% database %]
@@ -10,7 +15,7 @@ Result: [% SELF.aggreg.get_status %]
 Full report:
 ------------
 
-[% FOREACH module = SELF.diag_per_module.keys %]
+[% FOREACH module = SELF.diag_per_module.keys.sort %]
 Module: [% module %]
 --------------------