Bug 15896: [QA Follow-up] Fix parameter name in POD
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 4 Nov 2016 12:05:18 +0000 (13:05 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 9 Dec 2016 17:53:07 +0000 (17:53 +0000)
Also adjust typo feees.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Koha/Account.pm

index c1ea1c1..93b9f62 100644 (file)
@@ -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,
     }
 );