[Koha-patches] [PATCH] Bug 4083 subroutine HasItems needs to be exported

Colin Campbell colin.campbell at ptfs-europe.com
Mon Feb 1 12:27:44 CET 2010


Calls to the unexported subroutine result in system error
---
 C4/Serials.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/C4/Serials.pm b/C4/Serials.pm
index 0b70099..d72e98c 100644
--- a/C4/Serials.pm
+++ b/C4/Serials.pm
@@ -56,6 +56,7 @@ BEGIN {
       &reorder_members
       &check_routing &updateClaim &removeMissingIssue
       &CountIssues
+      HasItems
 
     );
 }
-- 
1.6.6




More information about the Koha-patches mailing list