X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpkg_class.html;h=97b0621ae58fefcdecfba44e1364666039115aab;hb=645538bbc9e4d15f399181db04411f45805d37c8;hp=75969dbe82422955ce09a8a1e75e3d58d76fa8aa;hpb=f13afe5e228a220311557e1ca6dacbf847c26baf;p=freeside.git diff --git a/httemplate/browse/pkg_class.html b/httemplate/browse/pkg_class.html index 75969dbe8..97b0621ae 100644 --- a/httemplate/browse/pkg_class.html +++ b/httemplate/browse/pkg_class.html @@ -6,7 +6,7 @@ 'disabled_statuspos' => 2, 'query' => { 'table' => 'pkg_class', 'hashref' => {}, - 'extra_sql' => 'ORDER BY classnum', + 'order_by' => 'ORDER BY classnum', }, 'count_query' => $count_query, 'header' => $header, @@ -20,8 +20,8 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); my $html_init = - 'Package classes define groups of packages, for reporting and '. - 'convenience purposes.

'. + 'Package classes define groups of packages, for taxation, ordering '. + 'convenience and reporting.

'. qq!Add a package class

!; my $count_query = 'SELECT COUNT(*) FROM pkg_class';