From 6f65ad10c6848a975b0d17253467b11249d94ce0 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 Content-Type: text/plain; charset=utf-8 Also adjust typo feees. Signed-off-by: Marcel de Rooy --- Koha/Account.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Account.pm b/Koha/Account.pm index c1ea1c1..93b9f62 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, } ); -- 1.7.10.4