Bugzilla – Attachment 51629 Details for
Bug 14390
Fine not updated from 'FU' to 'F' on renewal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14390 [QA Followup] - Fix warning
Bug-14390-QA-Followup---Fix-warning.patch (text/plain), 825 bytes, created by
Kyle M Hall (khall)
on 2016-05-19 15:15:06 UTC
(
hide
)
Description:
Bug 14390 [QA Followup] - Fix warning
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-05-19 15:15:06 UTC
Size:
825 bytes
patch
obsolete
>From 60f83a0a9d2f4a0399cb849efdb90b965a4bcd80 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 1 Dec 2015 17:59:25 +0000 >Subject: [PATCH] Bug 14390 [QA Followup] - Fix warning > >--- > C4/Circulation.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 5dad22e..538ecbb 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -3047,7 +3047,7 @@ sub AddRenewal { > } > > # Remove any OVERDUES related debarment if the borrower has no overdues >- my $borrower = C4::Members::GetMember( borrowernumber => $borrowernumber ); >+ $borrower = C4::Members::GetMember( borrowernumber => $borrowernumber ); > if ( $borrowernumber > && $borrower->{'debarred'} > && !C4::Members::HasOverdues( $borrowernumber ) >-- >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 14390
:
41428
|
44600
|
44603
|
45280
|
45281
|
45285
|
47465
|
51627
|
51628
|
51629
|
54593
|
54594
|
54595
|
54596
|
54704
|
54778
|
54779
|
54821
|
54822
|
54823
|
54824
|
54825