fix FK upgrade for pkg_referral: remove records referencing non-existant customer...
[freeside.git] / httemplate / browse / part_pkg_report_option.html
index 90540bc..00f2e83 100644 (file)
@@ -6,7 +6,7 @@
                  'disabled_statuspos' => 2,
                  'query'       => { 'table'     => 'part_pkg_report_option',
                                     'hashref'   => {},
-                                    'extra_sql' => 'ORDER BY name',
+                                    'order_by' => 'ORDER BY name',
                                   },
                  'count_query' => 'SELECT COUNT(*) FROM part_pkg_report_option',
                  'header'      => [ '#', 'Class' ],
@@ -20,7 +20,7 @@ die "access denied"
   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
 
 my $html_init = 
-  'Package optional report classes define groups of packages, for reporting purposes.'.
+  'Package optional report classes define optional groups of packages for reporting only.'.
   qq!<BR><BR><A HREF="${p}edit/part_pkg_report_option.html"><I>Add a class</I></A><BR><BR>!;
 
 my $link = [ $p.'edit/part_pkg_report_option.html?', 'num' ];