Bug 25826: (QA follow-up) Add filters

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Nick Clemens 2020-08-06 12:40:20 +00:00 committed by Jonathan Druart
parent b0c47ad824
commit fd94f11afb

View file

@ -348,7 +348,7 @@
[% IF warnHiddenBiblionumbers.size %]
<tr><th scope="row"><b>Warning</b> </th><td>
[% FOR w IN warnHiddenBiblionumbers %]
Biblio framework "[% w.frameworkcode %]" has the biblionumber field hidden at the interface [% w.interface %]<br/>
Biblio framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]<br/>
[% END %]
</td></tr>
[% END %]