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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-3 / +2 lines)
Lines 323-330 $(document).ready(function () { Link Here
323
                    [% IF ( errmsgloo.NotForLoanStatusUpdated ) %]
323
                    [% IF ( errmsgloo.NotForLoanStatusUpdated ) %]
324
                        <p class="problem">
324
                        <p class="problem">
325
                            Not for loan status updated
325
                            Not for loan status updated
326
                            from <strong>[% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) %]</strong>
326
                            from [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) %]
327
                            to <strong>[% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.to ) %]</strong>
327
                            to [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.to ) %]
328
                        </p>
328
                        </p>
329
                    [% END %]
329
                    [% END %]
330
                    [% IF ( errmsgloo.badbarcode ) %]
330
                    [% IF ( errmsgloo.badbarcode ) %]
331
- 

Return to bug 11629