@@ -, +, @@ ajax request --- koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 2 ++ 1 file changed, 2 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js +++ a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js @@ -1,4 +1,6 @@ $(document).ready(function() { + $.ajaxSetup ({ cache: false }); + // Handle the select all/none links for checkouts table columns $("#CheckAllRenewals").on("click",function(){ $("#UncheckAllCheckins").click(); --