|
Lines 35-41
Link Here
|
| 35 |
<p>Cannot edit discharge: the patron has checked out items.</p> |
35 |
<p>Cannot edit discharge: the patron has checked out items.</p> |
| 36 |
[% ELSE %] |
36 |
[% ELSE %] |
| 37 |
[% IF patron.holds.count %] |
37 |
[% IF patron.holds.count %] |
| 38 |
<p>Borrower has reserves: they will be canceled if the discharge is generated.</p> |
38 |
<p>Patron has holds. They will be cancelled if the discharge is generated.</p> |
| 39 |
[% END %] |
39 |
[% END %] |
| 40 |
<form method="post"> |
40 |
<form method="post"> |
| 41 |
<input type="submit" value="Generate discharge" name="discharge" /> |
41 |
<input type="submit" value="Generate discharge" name="discharge" /> |
| 42 |
- |
|
|