]> git.koha-community.org Git - koha.git/commit
bug_10781: Remove C4::ILSDI::Utility
authorSrdjan <srdjan@catalyst.net.nz>
Fri, 23 Aug 2013 07:59:17 +0000 (19:59 +1200)
committerFridolin SOMERS <fridolin.somers@biblibre.com>
Tue, 24 Dec 2013 09:38:13 +0000 (10:38 +0100)
commit773943128548574b95c21e75cd71c42413250d44
tree4a451fcebb93fcb118bd29469f887503a1e8ab93
parent6c6ec6c3a5638e95a4fce76d3efffb90f47a3f09
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>
(cherry picked from commit 7675ede590936b7f32c665c3d597a9f34122f8ae)
Signed-off-by: Fridolin SOMERS <fridolin.somers@biblibre.com>
C4/ILSDI/Services.pm
C4/ILSDI/Utility.pm [deleted file]
t/ILSDI_Utility.t [deleted file]