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 503-509 $(document).ready(function () { Link Here
503
                                [% IF errmsgloo.ItemLocationUpdated.to == '' %]
503
                                [% IF errmsgloo.ItemLocationUpdated.to == '' %]
504
                                   empty
504
                                   empty
505
                                [% ELSIF AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) == '' %]
505
                                [% ELSIF AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) == '' %]
506
                                    [% errmsgloo.ItemLocationUpdated.to %] (Not an authorized value)
506
                                    [% errmsgloo.ItemLocationUpdated.to %] (No description available)
507
                                [% ELSE %]
507
                                [% ELSE %]
508
                                    [% AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) %]
508
                                    [% AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) %]
509
                                [% END %]
509
                                [% END %]
510
- 

Return to bug 14576