Bugzilla – Attachment 96006 Details for
Bug 24146
Paying Accruing Fines prior to return causes another accruing fine when returned
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24146: Increment existing fine
Bug-24146-Increment-existing-fine.patch (text/plain), 1.01 KB, created by
Martin Renvoize (ashimema)
on 2019-12-05 10:17:14 UTC
(
hide
)
Description:
Bug 24146: Increment existing fine
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-12-05 10:17:14 UTC
Size:
1.01 KB
patch
obsolete
>From 00e600935961b809c20a05336fb90adaa4f9187a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 5 Dec 2019 10:14:51 +0000 >Subject: [PATCH] Bug 24146: Increment existing fine > >We should increment an existing fine even if it has been fully paid off >whilst it is still incrementing and not create a new fine. >--- > C4/Overdues.pm | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/C4/Overdues.pm b/C4/Overdues.pm >index 485f4dd598..daffbd0397 100644 >--- a/C4/Overdues.pm >+++ b/C4/Overdues.pm >@@ -527,8 +527,7 @@ sub UpdateFine { > my $overdues = Koha::Account::Lines->search( > { > borrowernumber => $borrowernumber, >- debit_type_code => 'OVERDUE', >- amountoutstanding => { '<>' => 0 } >+ debit_type_code => 'OVERDUE' > } > ); > >@@ -562,7 +561,6 @@ sub UpdateFine { > } > } > >- > if ( $accountline ) { > if ( $accountline->amount != $amount ) { > $accountline->adjust( >-- >2.20.1
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 24146
:
95992
|
96005
|
96006
|
96065
|
96066
|
96067
|
96068
|
96069
|
96070
|
96071
|
96072
|
97304
|
97305
|
97306
|
97307