Bugzilla – Attachment 75381 Details for
Bug 19336
Add option to fines.pl to apply maximal fine amount after delay
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19336: (QA follow-up) Initialize $unitcounttotal in case a report is written
Bug-19336-QA-follow-up-Initialize-unitcounttotal-i.patch (text/plain), 1011 bytes, created by
Charles Farmer
on 2018-05-16 17:20:50 UTC
(
hide
)
Description:
Bug 19336: (QA follow-up) Initialize $unitcounttotal in case a report is written
Filename:
MIME Type:
Creator:
Charles Farmer
Created:
2018-05-16 17:20:50 UTC
Size:
1011 bytes
patch
obsolete
>From b6c2e632a3aef7a7870cfca0db05077bc8bafe66 Mon Sep 17 00:00:00 2001 >From: Charles Farmer <charles.farmer@inLibro.com> >Date: Wed, 16 May 2018 12:08:23 -0400 >Subject: [PATCH] Bug 19336: (QA follow-up) Initialize $unitcounttotal in case > a report is written > >--- > misc/cronjobs/fines.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/misc/cronjobs/fines.pl b/misc/cronjobs/fines.pl >index 819072d..84bf39f 100755 >--- a/misc/cronjobs/fines.pl >+++ b/misc/cronjobs/fines.pl >@@ -132,6 +132,7 @@ for my $overdue ( @{$overdues} ) { > my $data = Koha::IssuingRules->get_effective_issuing_rule( { categorycode => $borrower->{categorycode}, itemtype => $itype, branchcode => $branchcode } ); > if ( defined($data->overduefinescap) ) { > $amount = $data->overduefinescap; >+ $unitcounttotal = 'n/a'; > } > else { > print "No overduefinescap defined for {branchcode = $branchcode, itemtype = $itype and categorycode = $borrower->{categorycode}}\n"; >-- >2.7.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 19336
:
67191
|
68318
|
68335
|
68336
|
75379
|
75380
|
75381
|
85914
|
85915
|
85916
|
85917
|
85918
|
85919
|
85920
|
85921
|
85922
|
85923
|
124197
|
124198
|
124199
|
124200
|
124201
|
153504
|
153505
|
153506
|
153507
|
153508
|
168517
|
168518
|
168519
|
168520
|
168521
|
172982
|
172983
|
172984
|
172985
|
172986
|
172987