From 881b3d7095cf65360351238cb268e6d661a2bb80 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 7 Jun 2023 12:14:53 +0200 Subject: [PATCH] Bug 33937: Remove incorrect export in C4::Members Bug 17600 re-add those exports, but the module does no longer have the subroutines. We should remove these export. Test plan: git grep is your friend Signed-off-by: Katrin Fischer --- C4/Members.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/C4/Members.pm b/C4/Members.pm index c17bbb2a32..70158ec7ed 100644 --- a/C4/Members.pm +++ b/C4/Members.pm @@ -42,16 +42,12 @@ BEGIN { require Exporter; @ISA = qw(Exporter); @EXPORT_OK = qw( - GetMemberDetails - GetMember - GetAllIssues GetBorrowersToExpunge IssueSlip - checkuserpassword get_cardnumber_length checkcardnumber -- 2.30.2