X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpkg_category.html;h=67ee035015978f9acc278e99f8d990ac60d1467f;hp=16da2306679250178c694fe4db0d1dc63ae8fc83;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=40a7b3dc653e099f7bd0bd762b649b04c4432db2 diff --git a/httemplate/browse/pkg_category.html b/httemplate/browse/pkg_category.html index 16da23066..67ee03501 100644 --- a/httemplate/browse/pkg_category.html +++ b/httemplate/browse/pkg_category.html @@ -6,12 +6,12 @@ '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', 'Condense' ], - 'fields' => [ 'categorynum', 'categoryname', 'weight', 'condense' ], - 'links' => [ $link, $link, $link, $link ], + 'header' => [ 'Category', 'Weight', 'Ticketing', 'Condense' ], + 'fields' => [ 'categoryname', 'weight', 'ticketing_queue', 'condense' ], + 'links' => [ $link, '', '', '', ] ) %>