Bugzilla – Attachment 152095 Details for
Bug 33937
Incorrect export in C4::Members
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33937: Remove incorrect export in C4::Members
Bug-33937-Remove-incorrect-export-in-C4Members.patch (text/plain), 876 bytes, created by
Jonathan Druart
on 2023-06-07 10:16:02 UTC
(
hide
)
Description:
Bug 33937: Remove incorrect export in C4::Members
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-06-07 10:16:02 UTC
Size:
876 bytes
patch
obsolete
>From 3c4122735f81b9e74ba863a5b72d18b8fadf54bd Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33937
:
152095
|
152226