Bugzilla – Attachment 7914 Details for
Bug 7597
fines not recording the right info in the stats table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7597 - Part 1 - fines not recording the right info in the stats table
Bug-7597---Part-1---fines-not-recording-the-right-.patch (text/plain), 942 bytes, created by
Kyle M Hall
on 2012-02-28 14:23:08 UTC
(
hide
)
Description:
Bug 7597 - Part 1 - fines not recording the right info in the stats table
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-02-28 14:23:08 UTC
Size:
942 bytes
patch
obsolete
>From a34b583169571761f23296ca45ab7ceb239e2ce4 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 28 Feb 2012 08:47:43 -0500 >Subject: [PATCH] Bug 7597 - Part 1 - fines not recording the right info in the stats table > >Koha was writing off the value of accountlines.amount rather >than the value of accountlines.ammountoutstanding. >--- > members/pay.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/members/pay.pl b/members/pay.pl >index e3377bf..9533922 100755 >--- a/members/pay.pl >+++ b/members/pay.pl >@@ -89,7 +89,7 @@ if ($writeoff_all) { > my $accountno = $input->param('accountno'); > my $itemno = $input->param('itemnumber'); > my $account_type = $input->param('accounttype'); >- my $amount = $input->param('amount'); >+ my $amount = $input->param('amountoutstanding'); > writeoff( $accountno, $itemno, $account_type, $amount ); > } > >-- >1.7.2.5
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 7597
:
7913
|
7914
|
7915
|
7916
|
7917
|
7919
|
7920
|
7921
|
7922
|
8020
|
8021
|
8026
|
8100
|
8198