Lines 144-150
Link Here
|
144 |
[% IF !whole.stage || whole.stage == 'form' %] |
144 |
[% IF !whole.stage || whole.stage == 'form' %] |
145 |
<h1 id="ill-issue-title">Issue requested item to [% INCLUDE 'patron-title.inc' patron = request.patron %]</h1> |
145 |
<h1 id="ill-issue-title">Issue requested item to [% INCLUDE 'patron-title.inc' patron = request.patron %]</h1> |
146 |
[% IF !request.biblio_id || request.biblio_id.length == 0 %] |
146 |
[% IF !request.biblio_id || request.biblio_id.length == 0 %] |
147 |
<div class="alert">This item cannot be issued as it has no biblio record associated with it</div> |
147 |
<div class="alert">This item cannot be checked out as it has no bibliographic record associated with it</div> |
148 |
[% END %] |
148 |
[% END %] |
149 |
[% IF whole.value.errors.itemcount %] |
149 |
[% IF whole.value.errors.itemcount %] |
150 |
<div class="alert">The bibliographic record for this request has multiple items, it should only have one. Please fix this then try again.</div> |
150 |
<div class="alert">The bibliographic record for this request has multiple items, it should only have one. Please fix this then try again.</div> |
151 |
- |
|
|