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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-2 / +1 lines)
Lines 354-360 Link Here
354
            });
354
            });
355
355
356
            $("#record_ids_selection").on("submit", function(e) {
356
            $("#record_ids_selection").on("submit", function(e) {
357
                var tab = $(this).find('.ui-tabs-active:first a').attr('href');
357
                var tab = $(this).find('#batch_mod_form li.active:first a').attr('href');
358
                if (tab == '#uploadfile_tab') {
358
                if (tab == '#uploadfile_tab') {
359
                    $("#shelf_number").empty('');
359
                    $("#shelf_number").empty('');
360
                    $("#recordnumber_list").val('');
360
                    $("#recordnumber_list").val('');
361
- 

Return to bug 32255