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

--- Comment #1 from Kyle M Hall <[email protected]> ---
Created attachment 158886
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158886&action=edit
Bug 35322: Fix the logic for checking for holds in CanBookBeIssued

We are having reports that AllowItemsOnHoldCheckoutSCO and
AllowItemsOnHoldCheckoutSIP no longer work. It appreas that in CanBookBeIssued,
the ignore reserves check was changed from "check reserves unless the ignore
reserves flag was passed" to "check reserves unless the ignore reserves flag
was passed *and* we have a recall". I think this was a logic mistake and we
want to check reserves unless we have an ignore flag *or* there is a recall.

Test Plan:
1) Enable AllowItemsOnHoldCheckoutSCO
2) Place a hold on an item
3) Attempt to check that item out to another patron
4) Note the checkout is blocked
5) Apply this patch
6) Restart all the things!
7) Attempt the checkout again
8) The checkout now succeeds!

-- 
You are receiving this mail because:
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/

Reply via email to