X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpkg_category.html;h=67ee035015978f9acc278e99f8d990ac60d1467f;hp=e85c0dd9c1e4f8cfc90ae1ca14d8b74e2f0cba90;hb=3f2a7b01b59902faed5767d81e2959e131bdbdfd;hpb=947c1f964f1304242f8a6ffabacccf040f1d505e diff --git a/httemplate/browse/pkg_category.html b/httemplate/browse/pkg_category.html index e85c0dd9c..67ee03501 100644 --- a/httemplate/browse/pkg_category.html +++ b/httemplate/browse/pkg_category.html @@ -3,15 +3,15 @@ 'html_init' => $html_init, 'name' => 'package categories', 'disableable' => 1, - 'disabled_statuspos' => 2, + 'disabled_statuspos' => 3, 'query' => { 'table' => 'pkg_category', 'hashref' => {}, - 'extra_sql' => 'ORDER BY categorynum', + 'order_by' => 'ORDER BY categorynum', }, 'count_query' => $count_query, - 'header' => [ '#', 'Category', 'Weight' ], - 'fields' => [ 'categorynum', 'categoryname', 'weight' ], - 'links' => [ $link, $link, $link ], + 'header' => [ 'Category', 'Weight', 'Ticketing', 'Condense' ], + 'fields' => [ 'categoryname', 'weight', 'ticketing_queue', 'condense' ], + 'links' => [ $link, '', '', '', ] ) %> @@ -22,8 +22,7 @@ die "access denied" my $html_init = qq!Package classes

!. - 'Package categories define groups of package classes, for reporting and '. - 'convenience purposes.

'. + 'Package categories define groups of package classes, used for sectioned invoices.

'. qq!Add a package category

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