Bugzilla – Attachment 92980 Details for
Bug 22837
Koha::Account::Line->apply should not require a 'set' of debits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22837: (follow-up) Fix POD
Bug-22837-follow-up-Fix-POD.patch (text/plain), 799 bytes, created by
Liz Rea
on 2019-09-19 18:54:36 UTC
(
hide
)
Description:
Bug 22837: (follow-up) Fix POD
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2019-09-19 18:54:36 UTC
Size:
799 bytes
patch
obsolete
>From f888b02f140e10e6258490f290cdd48cb834dc4f Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 19 Sep 2019 15:44:59 -0300 >Subject: [PATCH] Bug 22837: (follow-up) Fix POD > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >--- > 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 f745dc13e2..124aa29153 100644 >--- a/Koha/Account/Line.pm >+++ b/Koha/Account/Line.pm >@@ -166,7 +166,7 @@ sub void { > my $debits = $account->outstanding_debits; > my $outstanding_amount = $credit->apply( { debits => $debits, [ offset_type => $offset_type ] } ); > >-Applies the credit to a given debits set. >+Applies the credit to a given debits array reference. > > =head4 arguments hashref > >-- >2.11.0
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 22837
:
89314
|
89315
|
89316
|
89317
|
89468
|
89469
|
92972
|
92973
|
92977
|
92978
|
92979
|
92980
|
92981
|
92982
|
92983
|
92984