Bug 7993 follow-up to fix POD DOC
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 19 Sep 2012 10:12:43 +0000 (12:12 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 19 Sep 2012 10:12:43 +0000 (12:12 +0200)
C4/Reports/Guided.pm

index 377a55a..279ac57 100644 (file)
@@ -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