From 3c4122735f81b9e74ba863a5b72d18b8fadf54bd 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 --- C4/Members.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/C4/Members.pm b/C4/Members.pm index c17bbb2a326..70158ec7ed5 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.25.1