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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +1 lines)
Lines 498-504 $(document).ready(function () { Link Here
498
                                [% IF errmsgloo.ItemLocationUpdated.to == '' %]
498
                                [% IF errmsgloo.ItemLocationUpdated.to == '' %]
499
                                   empty
499
                                   empty
500
                                [% ELSIF AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) == '' %]
500
                                [% ELSIF AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) == '' %]
501
                                    [% errmsgloo.ItemLocationUpdated.to %] (Not an authorized value)
501
                                    [% errmsgloo.ItemLocationUpdated.to %] (No description available)
502
                                [% ELSE %]
502
                                [% ELSE %]
503
                                    [% AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) %]
503
                                    [% AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) %]
504
                                [% END %]
504
                                [% END %]
505
- 

Return to bug 14576