https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14576 Hayley Mapley <hayleymapley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |hayleymapley@catalyst.net.n | |z --- Comment #116 from Hayley Mapley <hayleymapley@catalyst.net.nz> --- This patch fails when checking in an item, due to use of a deprecated method GetItem (removed in patch 21206) in C4/Items.pm. This method is also called in C4/Reserves.pm. This should be changed to Koha::Items->find function. -- You are receiving this mail because: You are watching all bug changes.