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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-2 / +1 lines)
Lines 562-568 Link Here
562
      form_field.append(button_field_new);
562
      form_field.append(button_field_new);
563
563
564
            // If a field is linked to an authorised values list, display the list.
564
            // If a field is linked to an authorised values list, display the list.
565
            $('div.form-field-select-text select.form-field-column').change(function() {
565
            $('div.form-field-select-text select[name="f"]').change(function() {
566
                loadAuthorisedValuesSelect($(this));
566
                loadAuthorisedValuesSelect($(this));
567
            }).change();
567
            }).change();
568
568
569
- 

Return to bug 20888