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 Cormack <chrisc@catalyst.net.nz>
Tue, 30 Nov 2010 21:05:51 +0000 (10:05 +1300)
commitb9ccc5184197e2bf4bf6697edfdb9e70963fdee6
treec3973d3b2fd73cd972afa97cd92746a7f132bbdc
parente7321e1a7f471157b4ae24738eb70c54b0798f31
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>
C4/ILSDI/Services.pm
C4/ILSDI/Utility.pm