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

(-)a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js (-2 / +1 lines)
Lines 1114-1120 $(document).ready(function() { Link Here
1114
                type: 'DELETE',
1114
                type: 'DELETE',
1115
                success: function( data ) {
1115
                success: function( data ) {
1116
                    refreshReturnClaimsTable();
1116
                    refreshReturnClaimsTable();
1117
                    issuesTable.api().ajax.reload();
1117
                    $("#issues-table").dataTable().api().ajax.reload();
1118
                }
1118
                }
1119
            });
1119
            });
1120
        }
1120
        }
1121
- 

Return to bug 27294