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

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

Return to bug 32237