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 1113-1119 $(document).ready(function() { Link Here
1113
                type: 'DELETE',
1113
                type: 'DELETE',
1114
                success: function( data ) {
1114
                success: function( data ) {
1115
                    refreshReturnClaimsTable();
1115
                    refreshReturnClaimsTable();
1116
                    issuesTable.api().ajax.reload();
1116
                    $("#issues-table").dataTable().api().ajax.reload();
1117
                }
1117
                }
1118
            });
1118
            });
1119
        }
1119
        }
1120
- 

Return to bug 27294