[MT3696] Fixed ILSDI GetAvailability call
authorJean-André Santoni <jeanandre.santoni@biblibre.com>
Wed, 26 May 2010 07:20:43 +0000 (09:20 +0200)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 13 Oct 2010 14:39:38 +0000 (10:39 -0400)
(cherry picked from commit 96552d64727dc6fc2525cc9c0c6ece0c718b999d)

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
opac/ilsdi.pl

index c979e72..56058f0 100755 (executable)
@@ -208,7 +208,7 @@ if ( $service and any { $service eq $_ } @services ) {
         # GetAvailability is a special case, as it cannot use XML::Simple
         if ( $service eq "GetAvailability" ) {
             print CGI::header('text/xml');
-            print C4::ILSDI::GetAvailability($cgi);
+            print C4::ILSDI::Services::GetAvailability($cgi);
             exit 0;
         } else {