From: Jonathan Druart Date: Tue, 10 Jan 2017 09:21:23 +0000 (+0100) Subject: Bug 15897: Update ->pay POD X-Git-Tag: v17.05.00~982 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=1c225986879648c326408b3ad10b3bcb498b2271;p=koha-ffzg.git Bug 15897: Update ->pay POD Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- diff --git a/Koha/Account.pm b/Koha/Account.pm index d88eb0d27b..d74f9487db 100644 --- a/Koha/Account.pm +++ b/Koha/Account.pm @@ -52,7 +52,6 @@ Koha::Account->new( { patron_id => $borrowernumber } )->pay( amount => $amount, sip => $sipmode, note => $note, - accountlines_id => $accountlines_id, library_id => $branchcode, lines => $lines, # Arrayref of Koha::Account::Line objects to pay }