Koha/t/db_dependent/lib/KohaTest
Paul Poulain 69732f5c62 Bug 7034: de-nesting C4/Branch.pm
use C4::Koha was loaded only to call C4::Koha::get_infos_of in get_branchinfos_of

the sub get_branchinfos_of was used nowhere
(checked with "grep -R get_branchinfos_of *")
only one reference was made to get_branchinfos_of, in reserve/request.pl, but the sub was not used in fact (maybe removed previously & silently)

This patch removes sub get_branchinfos_of and use C4::Koha in C4::Branch, as well as the reference in request.pl and the t test

The patch doesn't remove use C4::Branch in reserve/request.pl, as it's still used for other subroutines.

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-10-19 03:23:31 +13:00
..
Acquisition Bug 6721 - improve searching in the acquisitions system 2011-08-26 11:34:27 +12:00
Biblio
Branch
Calendar
Circulation
Context
Dates
Heading
ImportBatch
Installer
Items
Koha
Letters
Members
Overdues
Scripts
Search
SMS
Accounts.pm bug_5533: Slightly improved marking items as lost 2011-10-18 09:01:39 +13:00
Acquisition.pm Bug 6721 - improve searching in the acquisitions system 2011-08-26 11:34:27 +12:00
AuthoritiesMarc.pm
Biblio.pm
Branch.pm Bug 7034: de-nesting C4/Branch.pm 2011-10-19 03:23:31 +13:00
Breeding.pm
Calendar.pm
Category.pm
Circulation.pm bug_5533: Slightly improved marking items as lost 2011-10-18 09:01:39 +13:00
Context.pm
Dates.pm
Heading.pm
ImportBatch.pm
Installer.pm
ItemCirculationAlertPreference.pm
Items.pm
ItemType.pm
Koha.pm
Letters.pm
Log.pm
Members.pm
Message.pm
NewsChannels.pm
Overdues.pm
Print.pm
Reserves.pm
Scripts.pm
Search.pm
Serials.pm
SMS.pm
Suggestions.pm
Z3950.pm