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

(-)a/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js (-8 lines)
Lines 134-146 $(document).ready(function(){ Link Here
134
        });
134
        });
135
    }
135
    }
136
136
137
    $('#item-group-add-or-create-form-select').on('change', function() {
138
        if ( ! $('input.items-enumchron').val() ) {
139
            let item_group_selector = '#item-group-' + $(this).val();
140
            let enumchron = $(item_group_selector).val();
141
            $('input.items-enumchron').val( enumchron );
142
        }
143
    });
144
});
137
});
145
138
146
function CheckTemplateForm(f) {
139
function CheckTemplateForm(f) {
147
- 

Return to bug 35695