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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-2 / +1 lines)
Lines 270-276 Link Here
270
            copy.find('input,select').not('[type="hidden"]').each(function() {
270
            copy.find('input,select').not('[type="hidden"]').each(function() {
271
                $(this).val('');
271
                $(this).val('');
272
            });
272
            });
273
            copy.find('.form-field-conjunction').prop('disabled', false);
273
            copy.find('.form-field-conjunction').prop('disabled', false).val('and');
274
            form_field.after(copy);
274
            form_field.after(copy);
275
      link.remove();
275
      link.remove();
276
            copy.find('select.form-field-column').change();
276
            copy.find('select.form-field-column').change();
277
- 

Return to bug 24847