From f940e3ce1c302e5e1b46401cd3c1d5d7b1453997 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Tue, 8 Nov 2011 12:46:39 +0000 Subject: [PATCH] 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 Signed-off-by: Paul Poulain (cherry picked from commit 862b6ee90dfad9d00fc29bc4dc2d3cf8e0159815) Signed-off-by: Chris Nighswonger --- C4/Circulation.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 9f81773ce9..d2c5f5926b 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -72,7 +72,6 @@ BEGIN { &GetRenewCount &GetItemIssue &GetItemIssues - &GetBorrowerIssues &GetIssuingCharges &GetIssuingRule &GetBranchBorrowerCircRule -- 2.39.5