Bugzilla – Attachment 120080 Details for
Bug 27995
Koha::Account::Line->apply should return the update Koha::Account::Line object
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27995: (QA follow-up) Update POD
Bug-27995-QA-follow-up-Update-POD.patch (text/plain), 816 bytes, created by
Kyle M Hall (khall)
on 2021-04-23 12:11:08 UTC
(
hide
)
Description:
Bug 27995: (QA follow-up) Update POD
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-04-23 12:11:08 UTC
Size:
816 bytes
patch
obsolete
>From 41f38fdb030bc8b196e987d8c8c1ecf6beef096d Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 23 Apr 2021 08:08:19 -0400 >Subject: [PATCH] Bug 27995: (QA follow-up) Update POD > >--- > Koha/Account/Line.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm >index 6586ca84c8..566177d4b7 100644 >--- a/Koha/Account/Line.pm >+++ b/Koha/Account/Line.pm >@@ -583,7 +583,7 @@ sub reduce { > =head3 apply > > my $debits = $account->outstanding_debits; >- my $outstanding_amount = $credit->apply( { debits => $debits, [ offset_type => $offset_type ] } ); >+ my $credit = $credit->apply( { debits => $debits, [ offset_type => $offset_type ] } ); > > Applies the credit to a given debits array reference. > >-- >2.24.3 (Apple Git-128)
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 27995
:
118511
|
118512
|
118615
|
118616
|
119182
|
119183
|
119203
|
119204
|
120010
|
120011
|
120078
|
120079
|
120080
|
120083
|
120085
|
120086
|
120087