10 Jan
2022
10 Jan
'22
2:09 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29562 --- Comment #12 from Jonathan Druart <jonathan.druart+koha@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.