Koha/t/db_dependent/Items
Jonathan Druart 31c29fd31f 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>
2019-02-26 13:24:07 +00:00
..
AutomaticItemModificationByAge.t Bug 21206: Replace C4::Items::GetItem 2019-02-26 13:24:07 +00:00
DelItem.t Bug 21206: Replace C4::Items::GetItem 2019-02-26 13:24:07 +00:00
GetHostItemsInfo.t Bug 20702: Add unit tests for GetHostItemsInfo 2018-06-22 13:36:48 +00:00
GetItemsForInventory.t Bug 19915: (follow-up) Fix test count from rebase 2019-02-04 14:42:10 +00:00
MoveItemFromBiblio.t Bug 21206: Replace C4::Items::GetItem 2019-02-26 13:24:07 +00:00