From 5bc33db7800ed9883daf1dcc031836225aec4519 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 28 Jun 2018 15:54:53 -0300 Subject: [PATCH] Bug 20997: (follow-up) Minor POD fixes Signed-off-by: Tomas Cohen Arazi --- Koha/Account/Line.pm | 3 ++- Koha/Account/Lines.pm | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm index 2c5431dee1..3e1a4b1e29 100644 --- a/Koha/Account/Line.pm +++ b/Koha/Account/Line.pm @@ -31,7 +31,7 @@ use base qw(Koha::Object); =head1 NAME -Koha::Account::Lines - Koha accountline Object class +Koha::Account::Line - Koha accountline Object class =head1 API @@ -128,6 +128,7 @@ sub void { =head3 apply + my ( $total, $debits ) = $account->outstanding_debits; my $outstanding_amount = $credit->apply({ debits => $debits, [ offset_type => $offset_type ] }); =cut diff --git a/Koha/Account/Lines.pm b/Koha/Account/Lines.pm index 0e0677ca85..8cf05b7adc 100644 --- a/Koha/Account/Lines.pm +++ b/Koha/Account/Lines.pm @@ -27,7 +27,6 @@ use base qw(Koha::Objects); =head1 NAME -Koha::Cities - Koha City Object set class Koha::Account::Lines - Koha Account Line Object set class =head1 API -- 2.18.0