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 358-364 Link Here
358
            });
358
            });
359
359
360
            $("#record_ids_selection").on("submit", function(e) {
360
            $("#record_ids_selection").on("submit", function(e) {
361
                var tab = $(this).find('.ui-tabs-active:first a').attr('href');
361
                var tab = $(this).find('#batch_mod_form li.active:first a').attr('href');
362
                if (tab == '#uploadfile_tab') {
362
                if (tab == '#uploadfile_tab') {
363
                    $("#shelf_number").empty('');
363
                    $("#shelf_number").empty('');
364
                    $("#recordnumber_list").val('');
364
                    $("#recordnumber_list").val('');
365
- 

Return to bug 32255