Lines 315-321
Link Here
|
315 |
<h5>Cannot check in</h5> |
315 |
<h5>Cannot check in</h5> |
316 |
<p><strong>NOT CHECKED IN</strong></p> |
316 |
<p><strong>NOT CHECKED IN</strong></p> |
317 |
[% END %] |
317 |
[% END %] |
318 |
<p class="problem ret_withdrawn">Item is withdrawn.</p> |
318 |
<p class="problem ret_withdrawn"> |
|
|
319 |
<span>Item has been withdrawn</span> |
320 |
[% item_withdrawn_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => item.withdrawn ) %] |
321 |
[% IF (item_withdrawn_lib) %]<span class="ci-withdrawn">([% item_withdrawn_lib | html %])</span>[% END %] |
322 |
</p> |
319 |
[% END %] |
323 |
[% END %] |
320 |
[% IF ( errmsgloo.debarred ) %] |
324 |
[% IF ( errmsgloo.debarred ) %] |
321 |
<p class="problem ret_debarred"><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% errmsgloo.debarborrowernumber | uri %]">[% errmsgloo.debarname | html %]([% errmsgloo.debarcardnumber | html %])</a> is now debarred until [% errmsgloo.debarred | $KohaDates %].</p> |
325 |
<p class="problem ret_debarred"><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% errmsgloo.debarborrowernumber | uri %]">[% errmsgloo.debarname | html %]([% errmsgloo.debarcardnumber | html %])</a> is now debarred until [% errmsgloo.debarred | $KohaDates %].</p> |
322 |
- |
|
|