]> git.koha-community.org Git - koha.git/commit
Bug 5450 Avoid a name clash in ILSDI modules
authorColin Campbell <colin.campbell@ptfs-europe.com>
Fri, 26 Nov 2010 17:27:13 +0000 (17:27 +0000)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Tue, 30 Nov 2010 21:24:42 +0000 (16:24 -0500)
commitbd5e6e9d89cd85fa3bf35c4fc3c90471380bd0f3
tree46d984d29effe8a033fcf060856c93bb05121740
parentdad8b9c270f1fa42cc963266340f6c02a8bc9378
Bug 5450 Avoid a name clash in ILSDI modules

C4::ILSDI::Utility exports a subroutine CanBookBeReserved
Both ILSDI were also importing a subroutine of that name from
C4::Reserves Remove conflict by listing subroutines
imported from C4::Reserves explicitly

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit b9ccc5184197e2bf4bf6697edfdb9e70963fdee6)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/ILSDI/Services.pm
C4/ILSDI/Utility.pm