Bugzilla – Attachment 53082 Details for
Bug 16844
1 occurrence of GetMemberRelatives has not been removed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16844: (follow-up of 15656) Remove export of GetMemberRelatives from C4::Members
Bug-16844-follow-up-of-15656-Remove-export-of-GetM.patch (text/plain), 945 bytes, created by
Marc Véron
on 2016-07-04 13:55:59 UTC
(
hide
)
Description:
Bug 16844: (follow-up of 15656) Remove export of GetMemberRelatives from C4::Members
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-07-04 13:55:59 UTC
Size:
945 bytes
patch
obsolete
>From 0071bd25d2f4ffbf072708926b8a865c0c13ed6e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 4 Jul 2016 12:25:16 +0100 >Subject: [PATCH] Bug 16844: (follow-up of 15656) Remove export of > GetMemberRelatives from C4::Members >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Bug 15656 removed the C4::Members::GetMemberRelatives subroutine but the >module still exports it. > >Test plan: > git grep GetMemberRelatives >should not return any results. > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > C4/Members.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Members.pm b/C4/Members.pm >index 383799d..0f216c2 100644 >--- a/C4/Members.pm >+++ b/C4/Members.pm >@@ -59,7 +59,6 @@ BEGIN { > push @EXPORT, qw( > &Search > &GetMemberDetails >- &GetMemberRelatives > &GetMember > > &GetMemberIssuesAndFines >-- >1.7.10.4
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 16844
:
53077
|
53082
|
53287