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 466-472 Link Here
466
      form_field.append(button_field_new);
466
      form_field.append(button_field_new);
467
467
468
            // If a field is linked to an authorised values list, display the list.
468
            // If a field is linked to an authorised values list, display the list.
469
            $('div.form-field-select-text select.form-field-column').change(function() {
469
            $('div.form-field-select-text select[name="f"]').change(function() {
470
                loadAuthorisedValuesSelect($(this));
470
                loadAuthorisedValuesSelect($(this));
471
            }).change();
471
            }).change();
472
472
473
- 

Return to bug 20888