Koha/t/db_dependent/Items
Jonathan Druart a6de2b66d1 Bug 19057: Move C4::Reserve::GetReserve to Koha::Holds
This GetReserve subroutine can be replaced with Koha::Holds->find

Test plan:
-  git grep GetReserve
must not return results where GetReserve is called
- Cancel a reserve

Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-09-01 17:05:17 -03:00
..
AutomaticItemModificationByAge.t Bug 18761: Fix tests for AutomaticItemModificationByAge.t - clear cache 2017-06-14 14:36:11 -03:00
DelItem.t Bug 12787: Reorganise t/db_dependent files 2016-04-22 00:54:35 +00:00
GetItemsForInventory.t Bug 17251: Koha::AuthorisedValues - Remove GetKohaAuthorisedValuesMapping 2016-10-21 15:23:06 +00:00
MoveItemFromBiblio.t Bug 19057: Move C4::Reserve::GetReserve to Koha::Holds 2017-09-01 17:05:17 -03:00