Bugzilla – Attachment 8026 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]
[SIGNED-OFF] Bug 7597 - Part 4 - Change C4::Acounts::WriteOff to WriteOffFee
SIGNED-OFF-Bug-7597---Part-4---Change-C4AcountsWri.patch (text/plain), 1.97 KB, created by
Nicole C. Engard
on 2012-03-06 04:33:37 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7597 - Part 4 - Change C4::Acounts::WriteOff to WriteOffFee
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2012-03-06 04:33:37 UTC
Size:
1.97 KB
patch
obsolete
>From f83009509fa7237cc82dc35982645f1f6e26e3e3 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 5 Mar 2012 15:29:44 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 7597 - Part 4 - Change C4::Acounts::WriteOff to WriteOffFee > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > C4/Accounts.pm | 4 ++-- > members/pay.pl | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/C4/Accounts.pm b/C4/Accounts.pm >index 4b49064..17db191 100644 >--- a/C4/Accounts.pm >+++ b/C4/Accounts.pm >@@ -46,7 +46,7 @@ BEGIN { > &ReversePayment > &makepartialpayment > &recordpayment_selectaccts >- &WriteOff >+ &WriteOffFee > ); > } > >@@ -778,7 +778,7 @@ C<$branch> is the branchcode of the library where the writeoff occurred. > > =cut > >-sub WriteOff { >+sub WriteOffFee { > my ( $borrowernumber, $accountnum, $itemnum, $accounttype, $amount, $branch ) = @_; > my $branch ||= C4::Context->userenv->{branch}; > my $manager_id = 0; >diff --git a/members/pay.pl b/members/pay.pl >index 3aecbe6..88b296d 100755 >--- a/members/pay.pl >+++ b/members/pay.pl >@@ -87,7 +87,7 @@ if ($writeoff_all) { > my $itemno = $input->param('itemnumber'); > my $account_type = $input->param('accounttype'); > my $amount = $input->param('amountoutstanding'); >- WriteOff( $borrowernumber, $accountno, $itemno, $account_type, $amount, $branch ); >+ WriteOffFee( $borrowernumber, $accountno, $itemno, $account_type, $amount, $branch ); > } > > for (@names) { >@@ -184,7 +184,7 @@ sub writeoff_all { > my $itemno = $input->param("itemnumber$value"); > my $amount = $input->param("amountoutstanding$value"); > my $accountno = $input->param("accountno$value"); >- WriteOff( $borrowernumber, $accountno, $itemno, $accounttype, $amount, $branch ); >+ WriteOffFee( $borrowernumber, $accountno, $itemno, $accounttype, $amount, $branch ); > } > } > >-- >1.7.2.3
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