Bug 23463: Replace ModItem with Koha::Item->store
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 18 Mar 2019 17:56:19 +0000 (14:56 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 23 Mar 2020 09:26:30 +0000 (09:26 +0000)
commitbbb504c86f5ca0a474365d4839177412f415c4ee
tree2012dc7e8c2be93522bc0b283c0f2ee03d64bbca
parent0c8d8e867b18b61f39381d2061cd2124fe1c5ed3
Bug 23463: Replace ModItem with Koha::Item->store

Starting to replace the ModItem calls with Koha::Item->store

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
23 files changed:
C4/Circulation.pm
C4/CourseReserves.pm
C4/Items.pm
Koha/Item.pm
acqui/finishreceive.pl
catalogue/updateitem.pl
cataloguing/additem.pl
circ/pendingreserves.pl
misc/cronjobs/longoverdue.pl
misc/maintenance/touch_all_items.pl
misc/migration_tools/fix_onloan.pl
offline_circ/process_koc.pl
serials/serials-edit.pl
svc/checkin
t/db_dependent/Circulation.t
t/db_dependent/Circulation/Returns.t
t/db_dependent/Holds.t
t/db_dependent/Items.t
t/db_dependent/Items/AutomaticItemModificationByAge.t
t/db_dependent/Items_DelItemCheck.t
t/db_dependent/Labels/t_Label.t
t/db_dependent/Reserves.t
tools/inventory.pl