Bug 33789: Update POD

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 229b6b58ef)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2023-06-05 15:18:04 -03:00
parent 963841ff72
commit 4eb99bf3d0
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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,
}
);