|
Lines 326-334
Link Here
|
| 326 |
[% IF ( errmsgloo.badbarcode ) %] |
326 |
[% IF ( errmsgloo.badbarcode ) %] |
| 327 |
<p class="problem ret_badbarcode">No item with barcode: [% errmsgloo.msg | html %]</p> |
327 |
<p class="problem ret_badbarcode">No item with barcode: [% errmsgloo.msg | html %]</p> |
| 328 |
[% END %] |
328 |
[% END %] |
| 329 |
[% IF ( errmsgloo.ispermanent ) %] |
|
|
| 330 |
<p class="problem ret_ispermenant">Please return item to: [% Branches.GetName( errmsgloo.msg ) | html %]</p> |
| 331 |
[% END %] |
| 332 |
[% IF ( errmsgloo.notissued ) %] |
329 |
[% IF ( errmsgloo.notissued ) %] |
| 333 |
<p class="problem ret_notissued">Not checked out.</p> |
330 |
<p class="problem ret_notissued">Not checked out.</p> |
| 334 |
[% END %] |
331 |
[% END %] |
| 335 |
- |
|
|