From ff968024467a306accb60b546b3cc2bd08b36a19 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Delaune?= <stephane.delaune@biblibre.com>
Date: Fri, 8 Jul 2011 11:42:19 +0200
Subject: [PATCH 2/2] Bug #6142 - Followup Delete sub CanBookBeReserved
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

delete function's reference on @EXPORT

Signed-off-by: Stéphane Delaune <stephane.delaune@biblibre.com>
---
 C4/ILSDI/Utility.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/ILSDI/Utility.pm b/C4/ILSDI/Utility.pm
index 274a266..152fb41 100644
--- a/C4/ILSDI/Utility.pm
+++ b/C4/ILSDI/Utility.pm
@@ -38,7 +38,7 @@ BEGIN {
     require Exporter;
     @ISA    = qw(Exporter);
     @EXPORT = qw(
-      &BorrowerExists &CanBookBeReserved &Availability
+      &BorrowerExists &Availability
     );
 }
 
-- 
1.7.0.4