Lines 301-307
Link Here
|
301 |
<h5>Cannot check in</h5> |
301 |
<h5>Cannot check in</h5> |
302 |
<p><strong>NOT CHECKED IN</strong></p> |
302 |
<p><strong>NOT CHECKED IN</strong></p> |
303 |
[% END %] |
303 |
[% END %] |
304 |
<p class="problem ret_withdrawn">Item is withdrawn.</p> |
304 |
<p class="problem ret_withdrawn"> |
|
|
305 |
<span>Item has been withdrawn</span> |
306 |
[% item_withdrawn_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => item.withdrawn ) %] |
307 |
[% IF (item_withdrawn_lib) %]<span class="ci-withdrawn">([% item_withdrawn_lib | html %])</span>[% END %] |
308 |
</p> |
305 |
[% END %] |
309 |
[% END %] |
306 |
[% IF ( errmsgloo.debarred ) %] |
310 |
[% IF ( errmsgloo.debarred ) %] |
307 |
<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> |
311 |
<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> |
308 |
- |
|
|