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:
parent
48ac552699
commit
14d843f5f4
1 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue