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 620-626 $(document).ready(function () { Link Here
620
                                [% IF errmsgloo.ItemLocationUpdated.to == '' %]
620
                                [% IF errmsgloo.ItemLocationUpdated.to == '' %]
621
                                   empty
621
                                   empty
622
                                [% ELSIF AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) == '' %]
622
                                [% ELSIF AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) == '' %]
623
                                    [% errmsgloo.ItemLocationUpdated.to %] (Not an authorized value)
623
                                    [% errmsgloo.ItemLocationUpdated.to %] (No description available)
624
                                [% ELSE %]
624
                                [% ELSE %]
625
                                    [% AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) %]
625
                                    [% AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) %]
626
                                [% END %]
626
                                [% END %]
627
- 

Return to bug 14576