Bugzilla – Attachment 14901 Details for
Bug 9380
branch not recording right on writeoff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9380 - branch not recording right on writeoff
SIGNED-OFF-Bug-9380---branch-not-recording-right-o.patch (text/plain), 1.71 KB, created by
Owen Leonard
on 2013-01-28 18:05:40 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9380 - branch not recording right on writeoff
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-01-28 18:05:40 UTC
Size:
1.71 KB
patch
obsolete
>From e3efc8f64b19a435a66f410bf9256c87f8ded592 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 17 Jan 2013 08:43:37 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 9380 - branch not recording right on > writeoff >Content-Type: text/plain; charset="utf-8" > >Test Plan: >1) Write off fines as various branches >2) Observe the stats lines include the wrong branchcode >3) Apply patch >4) Repeate step 1 >5) Observe the stats lines include the correct branchcode > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> > >Also tested by changing branch and writing off again - all >tests pass. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > members/pay.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/members/pay.pl b/members/pay.pl >index 7580daf..a08e372 100755 >--- a/members/pay.pl >+++ b/members/pay.pl >@@ -89,7 +89,7 @@ if ($writeoff_all) { > my $itemno = $input->param('itemnumber'); > my $account_type = $input->param('accounttype'); > my $amount = $input->param('amountoutstanding'); >- WriteOffFee( $borrowernumber, $accountlines_id, $itemno, $account_type, $amount, $branch ); >+ WriteOffFee( $borrowernumber, $accountlines_id, $itemno, $account_type, $amount ); > } > > for (@names) { >@@ -205,7 +205,7 @@ sub writeoff_all { > my $amount = $input->param("amountoutstanding$value"); > my $accountno = $input->param("accountno$value"); > my $accountlines_id = $input->param("accountlines_id$value"); >- WriteOffFee( $borrowernumber, $accountlines_id, $itemno, $accounttype, $amount, $branch ); >+ WriteOffFee( $borrowernumber, $accountlines_id, $itemno, $accounttype, $amount ); > } > } > >-- >1.7.9.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 9380
:
14666
|
14820
|
14901
|
15185