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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (-2 / +1 lines)
Lines 341-347 Link Here
341
                "autoWidth": false,
341
                "autoWidth": false,
342
            }, table_settings );
342
            }, table_settings );
343
343
344
            $(".delete_item").on( 'click', function(e){
344
            $("#course_reserves_table").on( 'click', " .delete_item", function(e){
345
                e.preventDefault();
345
                e.preventDefault();
346
                if (confirmDelete(_("Are you sure you want to remove this item from the course?") )) {
346
                if (confirmDelete(_("Are you sure you want to remove this item from the course?") )) {
347
                    cr_id = $(this).data('cr-id');
347
                    cr_id = $(this).data('cr-id');
348
- 

Return to bug 37838