Batch patron modification
[% END %] [% 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 or borrowernumbers given.
Batch patrons modification
[% ELSE %]Batch patrons results
[% END %] [% IF ( notfoundcardnumbers ) %] [% IF ( useborrowernumbers ) -%]Warning, the following borrowernumbers were not found:
Warning, the following card numbers were not found:
Borrowernumbers not found |
---|
Card numbers not found |
[% notfoundcardnumber.cardnumber | html %] |
Errors occurred:
-
[% FOREACH error IN errors %]
[% IF ( error.error == 'can_not_update' ) %]
- Can not update patron. [% IF ( error.cardnumber ) %] Card number: [% error.cardnumber | html %] [% END %] (Borrowernumber: [% error.borrowernumber | html %]) [% ELSE %]
- [% error.error | html %] [% END %] [% END %]