[Koha-bugs] [Bug 25999] Renewal due date not being honoured for items with holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 30 09:55:04 CEST 2020


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

--- Comment #2 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Only one value is passed to the renew script:
+            // Determine which due date we need to use
+            var dueDate = isOnReserve ?
+                $("#newonholdduedate input").val() :
+                $("#newduedate").val();

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list