Bug 21206: Replace C4::Items::GetItem
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 6 Aug 2018 22:50:41 +0000 (19:50 -0300)
committerroot <root@f1ebe1bec408>
Tue, 26 Feb 2019 13:24:07 +0000 (13:24 +0000)
commit31c29fd31f557306233e6a2936148a5bb10b89a1
tree0c55b71efd2fe1fed8aa857b4dc744a72b371d54
parente47fa012f6e1ecf94712e0cb759625f136703c03
Bug 21206: Replace C4::Items::GetItem

Note: This is here for information purpose, feel free to test it if you
wan to play with it.

TODO: C4::Reserves::_get_itype is not longer in use

No more GetItem must be returned by:
git grep GetItem|grep -v GetItemsAvailableToFillHoldRequestsForBib|grep
-v GetItemsForInventory|grep -v GetItemsInfo|grep -v
GetItemsLocationInfo|grep -v GetItemsInCollection|grep -v
GetItemCourseReservesInfo|grep -v GetItemnumbersFromOrder|grep -v
GetItemSearchField|grep -v GetItemTypesCategorized|grep -v
GetItemNumbersFromImportBatch|cut -d':' -f1|sort|uniq

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
36 files changed:
C4/Biblio.pm
C4/Circulation.pm
C4/CourseReserves.pm
C4/HoldsQueue.pm
C4/ILSDI/Services.pm
C4/Items.pm
C4/Message.pm
C4/Reserves.pm
acqui/orderreceive.pl
catalogue/getitem-ajax.pl
catalogue/updateitem.pl
cataloguing/additem.pl
installer/data/mysql/backfill_statistics.pl
labels/label-edit-batch.pl
misc/recreateIssueStatistics.pl
opac/opac-renew.pl
opac/opac-shelves.pl
opac/sco/sco-main.pl
reserve/placerequest.pl
svc/checkin
t/db_dependent/Acquisition/CancelReceipt.t
t/db_dependent/Circulation.t
t/db_dependent/Circulation/IsItemIssued.t
t/db_dependent/Circulation/Returns.t
t/db_dependent/Circulation/issue.t
t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t
t/db_dependent/Items.t
t/db_dependent/Items/AutomaticItemModificationByAge.t
t/db_dependent/Items/DelItem.t
t/db_dependent/Items/MoveItemFromBiblio.t
t/db_dependent/Items_DelItemCheck.t
t/db_dependent/Reserves.t
tools/batchMod.pl
tools/inventory.pl
tools/viewlog.pl
virtualshelves/shelves.pl