@@ -, +, @@ added --- koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 ++ 1 file changed, 2 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js +++ a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js @@ -873,6 +873,7 @@ $(document).ready(function() { $(id).replaceWith( content ); refreshReturnClaimsTable(); + issuesTable.api().ajax.reload(); }, "json") }); @@ -1073,6 +1074,7 @@ $(document).ready(function() { type: 'DELETE', success: function( data ) { refreshReturnClaimsTable(); + issuesTable.api().ajax.reload(); } }); } --