27 Mar
2018
27 Mar
'18
9:35 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19945 --- Comment #3 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 73352 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73352&action=edit Bug 19945: Follow up optimization and test correction The double call to CanItemBeReserved was pointless in the C4/Reserves.pm HoldItem, as CanBookBeReserved calls CanItemBeReserved and even returns that code. Additionally, the tests failed, because there were 5 tests not 4. TEST PLAN ---------- prove t/db_dependent/ILSDI_Services.t run koha qa test tools Signed-off-by: Mark Tompsett <mtompset@hotmail.com> -- You are receiving this mail because: You are watching all bug changes.