Koha/t/db_dependent/Items
Jonathan Druart d32a205a69
Bug 27272: Remove GetItemsInfo, GetItemsLocationInfo and GetHostItemsInfo
With the different bug reports we removed the calls for those 3
subroutines. We can remove them now.

Test plan:
git grep their names and you should not find any occurrences in the code
base

Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-08-31 17:50:51 -03:00
..
AutomaticItemModificationByAge.t Bug 22827: Add age dependency on other fields than dateaccessioned 2022-04-08 15:49:16 +02:00
GetAnalyticsCount.t Bug 27683: Unit test for GetAnalyticsCount 2022-07-18 18:52:07 -03:00
GetItemsForInventory.t