Bugzilla – Attachment 76441 Details for
Bug 20978
Add Koha::Account::add_credit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20978: (follow-up) Another use case from C4::Circulation
Bug-20978-follow-up-Another-use-case-from-C4Circul.patch (text/plain), 1.35 KB, created by
Kyle M Hall (khall)
on 2018-06-26 14:00:03 UTC
(
hide
)
Description:
Bug 20978: (follow-up) Another use case from C4::Circulation
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-06-26 14:00:03 UTC
Size:
1.35 KB
patch
obsolete
>From 6a570bbd1391635d53b44a122f0dec6aa58a804e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 21 Jun 2018 13:33:46 -0300 >Subject: [PATCH] Bug 20978: (follow-up) Another use case from C4::Circulation > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Account.pm | 18 ++++++++++-------- > 1 file changed, 10 insertions(+), 8 deletions(-) > >diff --git a/Koha/Account.pm b/Koha/Account.pm >index e5141ff7f7..04a8583524 100644 >--- a/Koha/Account.pm >+++ b/Koha/Account.pm >@@ -480,10 +480,11 @@ sub non_issues_charges { > =cut > > our $offset_type = { >- 'credit' => 'Payment', >- 'forgiven' => 'Writeoff', >- 'payment' => 'Payment', >- 'writeoff' => 'Writeoff' >+ 'credit' => 'Payment', >+ 'forgiven' => 'Writeoff', >+ 'lost_item_return' => 'Lost Item Return', >+ 'payment' => 'Payment', >+ 'writeoff' => 'Writeoff' > }; > > =head3 $account_type >@@ -491,10 +492,11 @@ our $offset_type = { > =cut > > our $account_type = { >- 'credit' => 'C', >- 'forgiven' => 'FOR', >- 'payment' => 'Pay', >- 'writeoff' => 'W' >+ 'credit' => 'C', >+ 'forgiven' => 'FOR', >+ 'lost_item_return' => 'CR', >+ 'payment' => 'Pay', >+ 'writeoff' => 'W' > }; > > =head1 AUTHOR >-- >2.15.2 (Apple Git-101.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 20978
:
76240
|
76241
|
76242
|
76243
|
76244
|
76245
|
76278
|
76279
|
76280
|
76319
|
76320
|
76321
|
76396
|
76397
|
76398
|
76439
|
76440
|
76441
|
76515
|
76633
|
76634
|
76635
|
76636
|
76726
|
76727
|
76733