Lines 53-59
Link Here
|
53 |
</div> |
53 |
</div> |
54 |
[% END %] |
54 |
[% END %] |
55 |
[% UNLESS can_be_discharged %] |
55 |
[% UNLESS can_be_discharged %] |
56 |
<p>A discharge cannot be generated for this patron because:</p> |
56 |
<p>A discharge cannot be generated for this patron for following reasons:</p> |
57 |
<ul> |
57 |
<ul> |
58 |
[% IF discharge_problems.checkouts %] |
58 |
[% IF discharge_problems.checkouts %] |
59 |
<li>The patron has [% discharge_problems.checkouts | html %] item(s) checked out</li> |
59 |
<li>The patron has [% discharge_problems.checkouts | html %] item(s) checked out</li> |
Lines 68-76
Link Here
|
68 |
<p>The patron has holds. The holds will be cancelled if the discharge is generated.</p> |
68 |
<p>The patron has holds. The holds will be cancelled if the discharge is generated.</p> |
69 |
[% END %] |
69 |
[% END %] |
70 |
|
70 |
|
71 |
[% IF discharge_problems.debt %] |
|
|
72 |
<li>The patron has unpaid charges of [% discharge_problems.debt | $Price %]</li> |
73 |
[% END %] |
74 |
<div class="btn-toolbar"> |
71 |
<div class="btn-toolbar"> |
75 |
<form method="post"> |
72 |
<form method="post"> |
76 |
[% INCLUDE 'csrf-token.inc' %] |
73 |
[% INCLUDE 'csrf-token.inc' %] |