Bugzilla – Attachment 76280 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.22 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-06-22 13:28:38 UTC
(
hide
)
Description:
Bug 20978: (follow-up) Another use case from C4::Circulation
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-06-22 13:28:38 UTC
Size:
1.22 KB
patch
obsolete
>From f977292be768ed6c2e17c3cbbcdebc0cb306025f 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 > >--- > Koha/Account.pm | 18 ++++++++++-------- > 1 file changed, 10 insertions(+), 8 deletions(-) > >diff --git a/Koha/Account.pm b/Koha/Account.pm >index f5a13f8433..7838dcfa02 100644 >--- a/Koha/Account.pm >+++ b/Koha/Account.pm >@@ -457,10 +457,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 >@@ -468,10 +469,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.18.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 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