[Koha-bugs] [Bug 15629] Move the C4::Branch related code to Koha::Libraries - part 3

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 5 17:22:31 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15629

--- Comment #20 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 47711
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47711&action=edit
Bug 15629: Koha::Libraries - Remove GetBranchInfo

C4::Branch::GetBranchInfo was only used once in opac/opac-suggestions.pl
The occurrence can easily be replaced by a call to Koha::Libraries->find

Test plan:
1/ Create a suggestion for library A
2/ Enable OPACViewOthersSuggestions
3/ Use a patron from library B to see the suggestions
4/ The "Suggested for" value should be correctly filled with the library
A name.

Signed-off-by: Owen Leonard <oleonard at myacpl.org>

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

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list