From 1d1f88f75642f88dd98db6f3e4edaa896e573115 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 20 Apr 2014 17:05:23 +0000 Subject: [PATCH] Bug 11596: (follow-up) ensure all warnings are reported This patch implements the intent of a patch by Jonathan Druart that no longer applies cleanly, and ensures that if there are both warnings about (say) no active currency and missing indexing mode parameters, that both get reported. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 1477b02258..1362eb2d00 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -120,7 +120,8 @@ Warning No active currency is defined. Please go to Administration > Currencies and exchange rates and mark one currency as active. [% END %] - [% ELSIF xml_config_warnings.size %] + [% END %] + [% IF xml_config_warnings.size %] [% FOREACH config_entry IN xml_config_warnings %] -- 2.39.5
XML configuration file