Bugzilla – Attachment 54704 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] - Never try to update closed out fines
Bug-14390-QA-Followup---Never-try-to-update-closed.patch (text/plain), 732 bytes, created by
Kyle M Hall (khall)
on 2016-08-22 14:14:32 UTC
(
hide
)
Description:
Bug 14390 [QA Followup] - Never try to update closed out fines
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-08-22 14:14:32 UTC
Size:
732 bytes
patch
obsolete
>From 5af5c0318bc6647cb9b655b8523a32e91f27ed4c Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 22 Aug 2016 14:14:32 +0000 >Subject: [PATCH] Bug 14390 [QA Followup] - Never try to update closed out > fines > >--- > C4/Overdues.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Overdues.pm b/C4/Overdues.pm >index 3f0c32d..bd7fbe9 100644 >--- a/C4/Overdues.pm >+++ b/C4/Overdues.pm >@@ -538,7 +538,7 @@ sub UpdateFine { > my $sth = $dbh->prepare( > "SELECT * FROM accountlines > WHERE borrowernumber=? >- AND accounttype IN ('FU','O','F','M')" >+ AND accounttype IN ('FU','O','M')" > ); > $sth->execute( $borrowernumber ); > my $data; >-- >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