[Koha-bugs] [Bug 27435] Patron suspensions calculated differently when items are returned through patron Details tab

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 18 14:52:16 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27435

--- Comment #5 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
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.


More information about the Koha-bugs mailing list