1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha › Can't Delete Patron</title>
3 [% INCLUDE 'doc-head-close.inc' %]
5 <body id="pat_deletemem" class="pat">
6 [% INCLUDE 'header.inc' %]
7 [% INCLUDE 'patron-search.inc' %]
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Cannot delete patron</div>
10 <div id="doc3" class="yui-t2">
15 [% INCLUDE 'members-toolbar.inc' %]
16 <div class="dialog alert">
17 <h3>Cannot delete patron</h3>
18 <ul>[% IF ( ItemsOnIssues ) %]
19 <li>Patron has [% ItemsOnIssues %] item(s) checked out.</li>
22 <li>Patron has [% charges %] in fines.</li>
24 [% IF ( guarantees ) %]
25 <li>Patron's record has guaranteed accounts attached.</li>
32 [% INCLUDE 'circ-menu.inc' %]
35 [% INCLUDE 'intranet-bottom.inc' %]