Bugzilla – Attachment 54595 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), 871 bytes, created by
Marcel de Rooy
on 2016-08-19 08:15:57 UTC
(
hide
)
Description:
Bug 14390 [QA Followup] - Fix warning
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-08-19 08:15:57 UTC
Size:
871 bytes
patch
obsolete
>From 41912a63eab52959462669232447521a217e5407 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 >Content-Type: text/plain; charset=utf-8 > >--- > C4/Circulation.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 3ba0016..6c957a2 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -2993,7 +2993,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 ) >-- >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 14390
:
41428
|
44600
|
44603
|
45280
|
45281
|
45285
|
47465
|
51627
|
51628
|
51629
|
54593
|
54594
|
54595
|
54596
|
54704
|
54778
|
54779
|
54821
|
54822
|
54823
|
54824
|
54825