bug_10781: Remove C4::ILSDI::Utility
authorSrdjan <srdjan@catalyst.net.nz>
Fri, 23 Aug 2013 07:59:17 +0000 (19:59 +1200)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 10 Dec 2013 01:27:44 +0000 (01:27 +0000)
commit7675ede590936b7f32c665c3d597a9f34122f8ae
treeac935dd9fceb21b776652e4bbc272d7128554c6f
parent3e1b781adc253722209e46385fb3248ae8d668f9
bug_10781: Remove C4::ILSDI::Utility

This patch removes C4::ILSDI::Utility on the basis
that one of its routines (BorrowerExists) was not used
and that the other routine can be (and is) moved to
C4/ILSDI/Services.pm.

Test:
This should be a noop. Regression testing required:
/cgi-bin/koha/ilsdi.pl functioanality, in particuler:
GetAvailability - ?service=Describe&verb=GetAvailability
AuthenticatePatron - ?service=Describe&verb=AuthenticatePatron

ILS-DI syspref must be turned on

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/ILSDI/Services.pm
C4/ILSDI/Utility.pm [deleted file]
t/ILSDI_Utility.t [deleted file]