[Koha-patches] [PATCH 2/2] Bug #6142 - Followup Delete sub CanBookBeReserved

Stéphane Delaune stephane.delaune at biblibre.com
Fri Jul 8 11:55:47 CEST 2011


delete function's reference on @EXPORT

Signed-off-by: Stéphane Delaune <stephane.delaune at 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



More information about the Koha-patches mailing list