Bug 14576: Replaced calls using deprecated method GetItem with Koha::Items->find
authorHayley Mapley <hayleymapley@catalyst.net.nz>
Tue, 26 Mar 2019 23:16:20 +0000 (12:16 +1300)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 25 Apr 2019 11:36:24 +0000 (11:36 +0000)
commit23a12cf4d81c6ebcdba02f15f0f6424d75e6ce55
treec318dab9df69658360e3038e7fa6f73febe67f5d
parent62b6d94daaea5e113260e8888c522a2697b745f2
Bug 14576: Replaced calls using deprecated method GetItem with Koha::Items->find

Test plan:
1) Apply all patches except this one
2) Checkout out an item to a patron
3) Check the item in - note that this will fail
4) Apply this patch, and repeat steps 1-3, noting instead that the the
check is instead successful
5) Verify also that reserves act as expected
5) Sign off

Sponsored-by: Catalyst IT

Signed-off-by: Liz Rea <wizzyrea@gmail.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Items.pm
C4/Reserves.pm