Bugzilla – Attachment 152014 Details for
Bug 33789
Checkout information is missing when adding a credit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33789: Update POD
Bug-33789-Update-POD.patch (text/plain), 1007 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2023-06-05 18:19:26 UTC
(
hide
)
Description:
Bug 33789: Update POD
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-06-05 18:19:26 UTC
Size:
1007 bytes
patch
obsolete
>From f75f718e63d49f632f133ae7d5d0d42f5becc731 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 5 Jun 2023 15:18:04 -0300 >Subject: [PATCH] Bug 33789: Update POD > >--- > Koha/Account.pm | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --git a/Koha/Account.pm b/Koha/Account.pm >index 13611dc0c31..a0bf3c7d249 100644 >--- a/Koha/Account.pm >+++ b/Koha/Account.pm >@@ -159,13 +159,14 @@ my $credit_line = Koha::Account->new({ patron_id => $patron_id })->add_credit( > { > amount => $amount, > description => $description, >- note => $note, >- user_id => $user_id, > interface => $interface, >+ issue_id => $checkout->id, >+ item_id => $item_id, > library_id => $library_id, >+ note => $note, > payment_type => $payment_type, > type => $credit_type, >- item_id => $item_id >+ user_id => $user_id, > } > ); > >-- >2.34.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 33789
:
151498
|
151528
|
151650
|
151897
|
151898
| 152014