Bugzilla – Attachment 88748 Details for
Bug 22511
Koha::Account::Line->void loses the original type of the credit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22511: Fix type role->roll
Bug-22511-Fix-type-role-roll.patch (text/plain), 794 bytes, created by
Nick Clemens (kidclamp)
on 2019-04-25 11:10:45 UTC
(
hide
)
Description:
Bug 22511: Fix type role->roll
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-04-25 11:10:45 UTC
Size:
794 bytes
patch
obsolete
>From 828508e7c99fc765755612bf045339b762a31526 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 25 Apr 2019 11:10:29 +0000 >Subject: [PATCH] Bug 22511: Fix type role->roll > >--- > 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 aba318317d..54ca0a3063 100644 >--- a/Koha/Account/Line.pm >+++ b/Koha/Account/Line.pm >@@ -73,7 +73,7 @@ sub checkout { > > $payment_accountline->void(); > >-Used to 'void' (or reverse) a payment/credit. It will role back any offsets >+Used to 'void' (or reverse) a payment/credit. It will roll back any offsets > created by the application of this credit upon any debits and mark the credit > as 'void' by updating it's status to "VOID". > >-- >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 22511
:
86674
|
86675
|
86903
|
86904
|
86905
|
86915
|
86916
|
86917
|
87088
|
87089
|
87090
|
87091
|
87221
|
87222
|
87223
|
87224
|
87632
|
87633
|
87634
|
87635
|
87650
|
87651
|
87652
|
87653
|
87654
|
87704
|
87706
|
87796
|
87797
|
87798
|
87799
|
87800
|
87869
|
87870
|
87871
|
87872
|
87873
|
88707
|
88708
|
88709
|
88710
|
88711
|
88712
|
88713
|
88714
|
88715
| 88748