Bugzilla – Attachment 53287 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]
[PASSED QA] Bug 16844: (follow-up of 15656) Remove export of GetMemberRelatives from C4::Members
PASSED-QA-Bug-16844-follow-up-of-15656-Remove-expo.patch (text/plain), 1009 bytes, created by
Katrin Fischer
on 2016-07-11 21:34:07 UTC
(
hide
)
Description:
[PASSED QA] Bug 16844: (follow-up of 15656) Remove export of GetMemberRelatives from C4::Members
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-07-11 21:34:07 UTC
Size:
1009 bytes
patch
obsolete
>From 8de99945b3827ee78202a13dc26f5c4138f8170c 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] [PASSED QA] 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> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > C4/Members.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Members.pm b/C4/Members.pm >index f9b3942..6a890b2 100644 >--- a/C4/Members.pm >+++ b/C4/Members.pm >@@ -60,7 +60,6 @@ BEGIN { > push @EXPORT, qw( > &Search > &GetMemberDetails >- &GetMemberRelatives > &GetMember > > &GetMemberIssuesAndFines >-- >1.9.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 16844
:
53077
|
53082
| 53287