@@ -, +, @@ modification tool does not get any patrons --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ -175,7 +175,12 @@ [% IF ( op == 'show') && (!borrowers) && (!notfoundcardnumbers) # Alert if no patrons given%] [% op = 'noshow' # Change op to prevent display in code below %]

Batch patrons modification

-
No patron card numbers given. Back
+
+

No patron card numbers given.

+
+ +
+
[% END #Alert if no patrons %] [% IF ( op == 'show' or op == 'show_results' ) %] --