From 6bc91ace59e4b2f2c72984e93bae644c6333c524 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 19 Sep 2012 12:12:43 +0200 Subject: [PATCH] Bug 7993 follow-up to fix POD DOC --- C4/Reports/Guided.pm | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm index 377a55aae1..279ac57d89 100644 --- a/C4/Reports/Guided.pm +++ b/C4/Reports/Guided.pm @@ -48,6 +48,22 @@ BEGIN { ); } +=head1 NAME + +C4::Reports::Guided - Module for generating guided reports + +=head1 SYNOPSIS + + use C4::Reports::Guided; + +=head1 DESCRIPTION + +=cut + +=head1 METHODS + +=over 2 + =item get_report_areas() This will return a list of all the available report areas @@ -113,24 +129,6 @@ if ( C4::Context->preference('item-level_itypes') ) { unshift @{ $criteria{'CAT'} }, 'biblioitems.itemtype'; } -=head1 NAME - -C4::Reports::Guided - Module for generating guided reports - -=head1 SYNOPSIS - - use C4::Reports::Guided; - -=head1 DESCRIPTION - -=cut - -=head1 METHODS - -=over 2 - -=cut - =item get_report_types() This will return a list of all the available report types -- 2.20.1