[% INCLUDE 'doc-head-open.inc' %] Koha › Can't Delete Patron [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %]
[% INCLUDE 'members-toolbar.inc' %] [% IF ( ItemsOnIssues || charges || guarantees ) %]

Cannot delete patron

    [% IF ( ItemsOnIssues ) %]
  • Patron has [% ItemsOnIssues %] item(s) checked out.
  • [% END %] [% IF ( charges ) %]
  • Patron has [% charges %] in fines.
  • [% END %] [% IF ( guarantees ) %]
  • Patron's record has guaranteed accounts attached.
  • [% END %]
[% ELSIF op == 'delete_confirm' and borrowernumber %] [%# TODO add "patron does not exist" unless borrowernumber %]

Are you sure you want to delete the patron [% firstname %] [% surname %]? This cannot be undone.

[% END %] [% IF ( keeplocal ) %]

Remote record deleted, local record kept

Patron was marked for deletion from Norwegian national patron database, but the local record was kept.

[% END %]
[% INCLUDE 'circ-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]