Koha/t/db_dependent/Reserves
Jonathan Druart 3ecc6fd8c6 Bug 19025: Move GetReserveInfo to Koha::Holds
This subroutine is only used once and can be replaced with a call to
Koha::Holds->find
It will avoid unnecessary joins.

Test plan:
- Define a HOLD_SLIP template notice using fields from the tables
reserves, branches, borrowers, biblio, biblioitems and items.
- Generate one and make sure the values are correctly filled

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-08-30 15:06:10 -03:00
..
GetReserveFee.t Bug 19025: Move GetReserveInfo to Koha::Holds 2017-08-30 15:06:10 -03:00
MultiplePerRecord.t Bug 18292: Remove return 1 statements in tests 2017-08-15 12:17:42 -03:00