Bug 24695: (QA follow-up) Fix POD

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

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Kyle Hall 2021-04-09 12:41:04 -04:00 committed by Jonathan Druart
parent 48ac552699
commit 14d843f5f4

View file

@ -25,6 +25,10 @@ use Koha::Reports;
use Koha::DateUtils qw( dt_from_string output_pref );
use base qw(Koha::Object);
#
# FIXME We could only return an error code instead of the arrayref
# Only 1 error is returned
# TODO Koha::Report->store should check this before saving
=head1 NAME
@ -34,11 +38,6 @@ Koha::Report - Koha Report Object class
=head2 Class Methods
=cut
# FIXME We could only return an error code instead of the arrayref
# Only 1 error is returned
# TODO Koha::Report->store should check this before saving
=head3 is_sql_valid
my ( $is_sql_valid, $errors ) = $report->is_sql_valid;