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

(-)a/koha-tmpl/intranet-tmpl/prog/js/cataloging.js (-1 / +2 lines)
Lines 384-389 function UnCloneField(index) { Link Here
384
                this.checked = false;
384
                this.checked = false;
385
            } else if (tag == 'select') {
385
            } else if (tag == 'select') {
386
                this.selectedIndex = -1;
386
                this.selectedIndex = -1;
387
                // required for Select2 to be able to update its control
388
                $(this).trigger('change');
387
            }
389
            }
388
        });
390
        });
389
        $(":input.indicator", original).val("");
391
        $(":input.indicator", original).val("");
390
- 

Return to bug 13501