[Koha-bugs] [Bug 14576] Allow automatic update of location on checkin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 26 23:21:44 CET 2019


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

Hayley Mapley <hayleymapley at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |hayleymapley at catalyst.net.n
                   |                            |z

--- Comment #116 from Hayley Mapley <hayleymapley at 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.


More information about the Koha-bugs mailing list