[Patches] [PATCH] [SIGNED OFF] Bug 7191 Remove GetBorrowerIssues from @EXPORT
koha-patchbot at kohaaloha.com
koha-patchbot at kohaaloha.com
Mon Nov 21 12:45:18 NZDT 2011
From: Colin Campbell <colin.campbell at ptfs-europe.com>
Date: Tue, 8 Nov 2011 12:46:39 +0000
Subject: [PATCH] [SIGNED OFF] Bug 7191 Remove GetBorrowerIssues from @EXPORT
No subroutine GetBorrowerIssues exists in C4::Circulation
So don't export it into users' namespace
Signed-off-by: Albert Oller <ago at bywatersolutions.com>
---
C4/Circulation.pm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/C4/Circulation.pm b/C4/Circulation.pm
index 9f81773..d2c5f59 100644
--- a/C4/Circulation.pm
+++ b/C4/Circulation.pm
@@ -72,7 +72,6 @@ BEGIN {
&GetRenewCount
&GetItemIssue
&GetItemIssues
- &GetBorrowerIssues
&GetIssuingCharges
&GetIssuingRule
&GetBranchBorrowerCircRule
--
1.7.2.5
More information about the Patches
mailing list