Bug 17846: Remove C4::Koha::get_infos_of
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 4 Jan 2017 11:39:18 +0000 (12:39 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 17 Feb 2017 15:35:39 +0000 (15:35 +0000)
commit8c8b17b114f3a7248634c695a70defed36be7a7a
tree8d03feb41477a5eae79276816e17879a6a2225c2
parent2877575ae0a515161b14fcaae41fdf3c66d210f1
Bug 17846: Remove C4::Koha::get_infos_of

This subroutine does not longer make any senses. The call to
get_infos_of can be replaced with $dbh->selectall_hashref.
The third argument of this subroutine was never used.

Test plan (for developer only):
Compare the 2 codes and confirm that they are equivalent

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

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

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Biblio.pm
C4/Items.pm
C4/Koha.pm