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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +3 lines)
Lines 317-324 $(document).ready(function () { Link Here
317
317
318
[% IF ( errmsgloop ) %]
318
[% IF ( errmsgloop ) %]
319
    <div class="dialog alert">
319
    <div class="dialog alert">
320
        <h5>Cannot check in</h5>
321
        [% FOREACH errmsgloo IN errmsgloop %]
320
        [% FOREACH errmsgloo IN errmsgloop %]
321
                    [% UNLESS ( errmsgloo.debarred ) %]
322
                        <h5>Cannot check in</h5>
323
                    [% END %]
322
                    [% IF ( errmsgloo.badbarcode ) %]
324
                    [% IF ( errmsgloo.badbarcode ) %]
323
                        <p class="problem">No item with barcode: [% errmsgloo.msg %]</p>
325
                        <p class="problem">No item with barcode: [% errmsgloo.msg %]</p>
324
                    [% END %]
326
                    [% END %]
325
- 

Return to bug 9860