From 77b7924a42cc7b0fcafe4a1b54f6b556eb6e3815 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Mon, 1 Feb 2010 11:27:44 +0000 Subject: [PATCH] Bug 4083 subroutine HasItems needs to be exported Calls to the unexported subroutine result in system error Signed-off-by: Galen Charlton --- C4/Serials.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Serials.pm b/C4/Serials.pm index 0b70099926..d72e98cc9a 100644 --- a/C4/Serials.pm +++ b/C4/Serials.pm @@ -56,6 +56,7 @@ BEGIN { &reorder_members &check_routing &updateClaim &removeMissingIssue &CountIssues + HasItems ); } -- 2.39.2