From 4eb99bf3d0621cf75a0e7500789c279f50f6706b Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 5 Jun 2023 15:18:04 -0300 Subject: [PATCH] Bug 33789: Update POD Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 229b6b58efdac2972e9739dbe6959649c89d3bac) Signed-off-by: Tomas Cohen Arazi --- Koha/Account.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Koha/Account.pm b/Koha/Account.pm index 13611dc0c3..a0bf3c7d24 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.39.2