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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-2 / +1 lines)
Lines 476-482 Link Here
476
            });
476
            });
477
            $("#patron_batchmod_form").on("submit", function(){
477
            $("#patron_batchmod_form").on("submit", function(){
478
                /* Reset form fields on inactive tabs */
478
                /* Reset form fields on inactive tabs */
479
                var tab = $(this).find('.ui-tabs-active:first a').attr('href');
479
                var tab = $(this).find('ul.nav-tabs li.active a').attr('href');
480
                if ( tab == '#usecardnumber' ) {
480
                if ( tab == '#usecardnumber' ) {
481
                    $("#borrowernumberuploadfile, #patron_list_id, #borrowernumberlist").val("");
481
                    $("#borrowernumberuploadfile, #patron_list_id, #borrowernumberlist").val("");
482
                } else if ( tab == '#useborrowernumber' ) {
482
                } else if ( tab == '#useborrowernumber' ) {
483
- 

Return to bug 30884