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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-3 / +2 lines)
Lines 380-389 Link Here
380
380
381
          $("#record_ids_selection").on("submit", function(e){
381
          $("#record_ids_selection").on("submit", function(e){
382
            var tab = $(this).find('#batch_del_form li a.active:first').attr('href');
382
            var tab = $(this).find('#batch_del_form li a.active:first').attr('href');
383
            if ( tab == '#uploadfile_tab' ) {
383
            if ( tab == '#uploadfile_tab_panel' ) {
384
                $("#shelf_number").empty('');
384
                $("#shelf_number").empty('');
385
                $("#recordnumber_list").val('');
385
                $("#recordnumber_list").val('');
386
            } else if ( tab == '#shelves_tab' ) {
386
            } else if ( tab == '#shelves_tab_panel' ) {
387
                $("#uploadfile").val('')
387
                $("#uploadfile").val('')
388
                $("#recordnumber_list").val('');
388
                $("#recordnumber_list").val('');
389
            } else { // enterlist
389
            } else { // enterlist
390
- 

Return to bug 37755