Lines 318-323
Link Here
|
318 |
<li>This item is awaiting pickup by another patron who recalled it.</li> |
318 |
<li>This item is awaiting pickup by another patron who recalled it.</li> |
319 |
[% END %] |
319 |
[% END %] |
320 |
|
320 |
|
|
|
321 |
[% IF ( WAITING_RECALL_FOR_A_DIFFERENT_PATRON ) %] |
322 |
<li>This item is awaiting pickup by another patron who recalled it.</li> |
323 |
[% END %] |
324 |
|
321 |
[% IF ( UNKNOWN_BARCODE ) %] |
325 |
[% IF ( UNKNOWN_BARCODE ) %] |
322 |
<li>The barcode was not found: <span class="ex">[% barcode | html %]</span> |
326 |
<li>The barcode was not found: <span class="ex">[% barcode | html %]</span> |
323 |
|
327 |
|
324 |
- |
|
|