Bugzilla – Attachment 55447 Details for
Bug 16911
Koha::Patrons - Move ExtendMemberSubscriptionTo to ->renew_account
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16911 [QA Followup] - No need to 'use C4::Members'
Bug-16911-QA-Followup---No-need-to-use-C4Members.patch (text/plain), 701 bytes, created by
Kyle M Hall (khall)
on 2016-09-09 15:53:15 UTC
(
hide
)
Description:
Bug 16911 [QA Followup] - No need to 'use C4::Members'
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-09-09 15:53:15 UTC
Size:
701 bytes
patch
obsolete
>From 85adee702147e7112ed41a440ad4f13d2ed9fd36 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 9 Sep 2016 14:52:52 +0000 >Subject: [PATCH] Bug 16911 [QA Followup] - No need to 'use C4::Members' > >For some reason, this is causing t/db_dependent/Circulation.t to fail if >run independently. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Patron.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index 29ab0d9..d9e2585 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -23,7 +23,6 @@ use Modern::Perl; > use Carp; > > use C4::Context; >-use C4::Members; > use C4::Log; > use Koha::Database; > use Koha::DateUtils; >-- >2.1.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 16911
:
53338
|
53339
|
53340
|
53341
|
53346
|
53514
|
53515
|
53516
|
53517
|
53518
|
53533
|
54752
|
54753
|
54754
|
54755
|
54756
|
54757
|
54789
|
54790
|
54791
|
54792
|
54793
|
54794
|
55191
|
55192
|
55193
|
55194
|
55195
|
55196
|
55197
|
55424
| 55447