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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-2 / +1 lines)
Lines 441-447 Link Here
441
      form_field.append(button_field_new);
441
      form_field.append(button_field_new);
442
442
443
            // If a field is linked to an authorised values list, display the list.
443
            // If a field is linked to an authorised values list, display the list.
444
            $('div.form-field-select-text select').change(function() {
444
            $('div.form-field-select-text select[name="f"]').change(function() {
445
                loadAuthorisedValuesSelect($(this));
445
                loadAuthorisedValuesSelect($(this));
446
            }).change();
446
            }).change();
447
447
448
- 

Return to bug 22901