Koha/t/db_dependent/Patron
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
..
Borrower_Debarments.t Bug 20287: Replace occurrences of AddMember with Koha::Patron->new->store->borrowernumber 2018-07-18 15:49:47 +00:00
Borrower_Discharge.t Bug 21133: Fix use statements order 2018-07-31 16:28:02 -03:00
Borrower_Files.t Bug 20287: Replace occurrences of AddMember with Koha::Patron->new->store->borrowernumber 2018-07-18 15:49:47 +00:00
Borrower_PrevCheckout.t Bug 20503: Prevent Borrower_PrevCheckout.t to fail randomly 2018-03-30 13:15:16 -03:00
Housebound.t Bug 18292: Remove return 1 statements in tests 2017-08-15 12:17:42 -03:00
HouseboundProfiles.t Bug 18292: Remove return 1 statements in tests 2017-08-15 12:17:42 -03:00
HouseboundRoles.t Bug 19867: Prevent HouseboundRoles.t to fail randomly 2017-12-21 15:40:17 -03:00
HouseboundVisits.t Bug 18292: Remove return 1 statements in tests 2017-08-15 12:17:42 -03:00