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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-2 / +1 lines)
Lines 353-359 Link Here
353
            }).filter(':checked').trigger('change');
353
            }).filter(':checked').trigger('change');
354
354
355
            update_tab_display();
355
            update_tab_display();
356
            $("input[type='radio']").click(function() {
356
            $("input[type='radio'][name='recordtype']").click(function() {
357
                update_tab_display();
357
                update_tab_display();
358
            });
358
            });
359
359
360
- 

Return to bug 30255