Bugzilla – Attachment 99653 Details for
Bug 21879
Code cleaning in printinvoice.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21879: Code cleaning in printinvoice.pl
Bug-21879-Code-cleaning-in-printinvoicepl.patch (text/plain), 1.64 KB, created by
Martin Renvoize (ashimema)
on 2020-02-26 15:42:44 UTC
(
hide
)
Description:
Bug 21879: Code cleaning in printinvoice.pl
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-02-26 15:42:44 UTC
Size:
1.64 KB
patch
obsolete
>From b076a7fbaf12f9e15761e100b592b42e50062688 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Nazl=C4=B1=20=C3=87etin?= <nazli@devinim.com.tr> >Date: Fri, 21 Feb 2020 14:33:42 +0000 >Subject: [PATCH] Bug 21879: Code cleaning in printinvoice.pl > >Coming from > commit 51aa6db46c604aa202a3d8f8e5028557480efbd5 > Bug 12001: Move GetMemberAccountRecords to the Koha namespace > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > members/printinvoice.pl | 12 ------------ > 1 file changed, 12 deletions(-) > >diff --git a/members/printinvoice.pl b/members/printinvoice.pl >index 79b8673f3f..38950e3647 100755 >--- a/members/printinvoice.pl >+++ b/members/printinvoice.pl >@@ -74,18 +74,6 @@ if ( $accountline->{'amountoutstanding'} <= 0 ) { > $accountline->{'amountoutstandingcredit'} = 1; > } > >-my %row = ( >- 'date' => dt_from_string( $accountline->{'date'} ), >- 'amountcredit' => $accountline->{'amountcredit'}, >- 'amountoutstandingcredit' => $accountline->{'amountoutstandingcredit'}, >- 'description' => $accountline->{'description'}, >- 'amount' => sprintf( "%.2f", $accountline->{'amount'} ), >- 'amountoutstanding' => >- sprintf( "%.2f", $accountline->{'amountoutstanding'} ), >- 'debit_type_code' => $accountline->{'debit_type_code'}, >- 'note' => $accountline->{'note'}, >-); >- > my @account_offsets = Koha::Account::Offsets->search( { debit_id => $accountline_object->id } ); > > my $letter = C4::Letters::getletter( 'circulation', 'ACCOUNT_DEBIT', C4::Context::mybranch, 'print', $patron->lang ); >-- >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 21879
:
82618
|
99385
|
99651
| 99653