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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-2 / +1 lines)
Lines 166-172 Link Here
166
                        [% IF aval == mv.default %]
166
                        [% IF aval == mv.default %]
167
                        <option value="[%- aval | html -%]" selected="selected">[%- mv.labels.$aval | html -%]</option>
167
                        <option value="[%- aval | html -%]" selected="selected">[%- mv.labels.$aval | html -%]</option>
168
                        [% ELSE %]
168
                        [% ELSE %]
169
                            [% IF ite.IS_LOST_AV && aval == Koha.Preference("ClaimReturnedLostValue") %]
169
                            [% IF ite.IS_LOST_AV && Koha.Preference("ClaimReturnedLostValue") && aval == Koha.Preference("ClaimReturnedLostValue") %]
170
                                <option disabled="disabled" value="[%- aval | html -%]" title="Return claims must be processed from the patron details page">[%- mv.labels.$aval | html -%]</option>
170
                                <option disabled="disabled" value="[%- aval | html -%]" title="Return claims must be processed from the patron details page">[%- mv.labels.$aval | html -%]</option>
171
                            [%  ELSE %]
171
                            [%  ELSE %]
172
                                <option value="[%- aval | html -%]">[%- mv.labels.$aval | html -%]</option>
172
                                <option value="[%- aval | html -%]">[%- mv.labels.$aval | html -%]</option>
173
- 

Return to bug 26083