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 <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
20d2236681
commit
e7116af438
1 changed files with 0 additions and 4 deletions
|
@ -42,16 +42,12 @@ BEGIN {
|
|||
require Exporter;
|
||||
@ISA = qw(Exporter);
|
||||
@EXPORT_OK = qw(
|
||||
GetMemberDetails
|
||||
GetMember
|
||||
|
||||
GetAllIssues
|
||||
|
||||
GetBorrowersToExpunge
|
||||
|
||||
IssueSlip
|
||||
|
||||
checkuserpassword
|
||||
get_cardnumber_length
|
||||
checkcardnumber
|
||||
|
||||
|
|
Loading…
Reference in a new issue