Koha/t/db_dependent/Holds
Jonathan Druart ce96080f30 Bug 21133: Fix use statements order
Basically the idea is:
1. Undefined subroutine &C4::Items::ModZebra called at /home/vagrant/kohaclone/C4/Items.pm line 302.

=> Then use C4::Items before C4::Biblio

2. Undefined subroutine &C4::Circulation::GetItem called at /home/vagrant/kohaclone/C4/Circulation.pm line 1290

=> Then use C4::Circulation before C4::Items

And sometimes these 2 rules do not work...

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2018-07-31 16:28:02 -03:00
..
DisallowHoldIfItemsAvailable.t Bug 21133: Fix use statements order 2018-07-31 16:28:02 -03:00
HoldFulfillmentPolicy.t Bug 19059: Move C4::Reserves::CancelReserve to Koha::Hold->cancel 2017-09-12 12:42:58 -03:00
HoldItemtypeLimit.t Bug 19059: Move C4::Reserves::CancelReserve to Koha::Hold->cancel 2017-09-12 12:42:58 -03:00
LocalHoldsPriority.t Bug 21133: Fix use statements order 2018-07-31 16:28:02 -03:00
RevertWaitingStatus.t Bug 21133: Fix use statements order 2018-07-31 16:28:02 -03:00
WaitingReserves.t Bug 12063: [QA Follow-up] Small change of two test scripts 2017-05-09 08:59:40 -04:00