From 4b0f08e0e1bb785fc08a1f63e99ebcdbbc75a50e Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 4 Nov 2016 13:05:18 +0100 Subject: [PATCH] Bug 15896: [QA Follow-up] Fix parameter name in POD Also adjust typo feees. Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- Koha/Account.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Account.pm b/Koha/Account.pm index c1ea1c1100..93b9f62654 100644 --- a/Koha/Account.pm +++ b/Koha/Account.pm @@ -45,14 +45,14 @@ sub new { =head2 pay -This method allows payments to be made against feees +This method allows payments to be made against fees/fines Koha::Account->new( { patron_id => $borrowernumber } )->pay( { amount => $amount, sip => $sipmode, note => $note, - id => $accountlines_id, + accountlines_id => $accountlines_id, library_id => $branchcode, } ); -- 2.39.5