Bug 15897: Update ->pay POD
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 10 Jan 2017 09:21:23 +0000 (10:21 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 10 Jan 2017 13:33:19 +0000 (13:33 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Account.pm

index d88eb0d..d74f948 100644 (file)
@@ -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
     }