Cannot delete patron
-
[% IF ( ItemsOnIssues ) %]
- Patron has [% ItemsOnIssues | html %] item(s) checked out. [% END %] [% IF debits %]
- Patron has [% debits | $Price %] in fines. [% END %] [% IF is_guarantor %]
- Patron's record has guaranteed accounts attached. [% END %]
[% IF ItemsOnHold or credits or pending_suggestions > 0 %]
[% END %]
-
[% IF ItemsOnHold %]
- Patron has [% ItemsOnHold | html %] hold(s). Deleting patron cancels all their holds. [% END %] [% IF credits %]
- Patron has a [% credits | $Price %] credit. [% END %] [% IF pending_suggestions > 0 %]
- Patron has [% pending_suggestions | html %] pending suggestions. [% END %]
Are you sure you want to delete the patron [% patron.firstname | html %] [% patron.surname | html %]?
This cannot be undone.