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 <gmc@esilibrary.com>
This commit is contained in:
parent
a889f1e7d6
commit
1d1f88f756
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@
|
|||
<tr><th scope="row"><b>Warning</b> </th><td>No active currency is defined. Please go to <a href="/cgi-bin/koha/admin/currency.pl">Administration > Currencies and exchange rates</a> and mark one currency as active.</td></tr>
|
||||
[% END %]
|
||||
</table>
|
||||
[% ELSIF xml_config_warnings.size %]
|
||||
[% END %]
|
||||
[% IF xml_config_warnings.size %]
|
||||
<table>
|
||||
<caption>XML configuration file</caption>
|
||||
[% FOREACH config_entry IN xml_config_warnings %]
|
||||
|
|
Loading…
Reference in a new issue