X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_pkg_report_option.html;h=00f2e8388403a41083580f9a66be5469873c6146;hb=7d34aacffa38c4cac09b54080487a66c264e4668;hp=90540bca26782ef600fba67b50df5b4d0ba96022;hpb=55f003404af6a2416571138356d11c5ad3755e58;p=freeside.git diff --git a/httemplate/browse/part_pkg_report_option.html b/httemplate/browse/part_pkg_report_option.html index 90540bca2..00f2e8388 100644 --- a/httemplate/browse/part_pkg_report_option.html +++ b/httemplate/browse/part_pkg_report_option.html @@ -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!

Add a class

!; my $link = [ $p.'edit/part_pkg_report_option.html?', 'num' ];