https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27435
--- Comment #5 from Jonathan Druart <[email protected]> --- The following change may fix the problem. diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js index b5347c0bae..284b86c0ca 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js +++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js @@ -128,7 +128,9 @@ $(document).ready(function() { $(id).replaceWith( content ); }, "json") + $.ajaxSetup({async: true}); }); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
