View | Details | Raw Unified | Return to bug 21883
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +5 lines)
Lines 271-277 Link Here
271
                                               <h5>Cannot check in</h5>
271
                                               <h5>Cannot check in</h5>
272
                                               <p><strong>NOT CHECKED IN</strong></p>
272
                                               <p><strong>NOT CHECKED IN</strong></p>
273
                                            [% END %]
273
                                            [% END %]
274
                                           <p class="problem">Item is withdrawn.</p>
274
                                           <p class="problem">
275
                                               <span>Item is withdrawn.</span>
276
                                               [% item_withdrawn_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => item.withdrawn ) %]
277
                                               [% IF (item_withdrawn_lib) %]<span class="ci-withdrawn">([% item_withdrawn_lib | html %])</span>[% END %]
278
                                           </p>
275
                                        [% END %]
279
                                        [% END %]
276
                                        [% IF ( errmsgloo.debarred ) %]
280
                                        [% IF ( errmsgloo.debarred ) %]
277
                                            <p class="problem"><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>
281
                                            <p class="problem"><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>
278
- 

Return to bug 21883