[Koha-bugs] [Bug 29562] Pass objects to CanItemBeReserved and checkHighHolds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 10 14:09:41 CET 2022


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

--- Comment #12 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
I focused on:
1. Making sure the $item or $patron object was not modified in DB between the
fetch and the CanItemBeReserved call (which could lead to wrong calculation).
And haven't found any.
2. Call to CanItemBeReserved with undefined $item or $patron, that could
explode. But I am not sure it would be a regression anyway.

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


More information about the Koha-bugs mailing list