X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fdiscount.html;h=d3cf873d09fccbc65428abb4e8a1b3717f15894f;hb=6cc3e679908ad79f0080960d30b1cab689326a07;hp=f7ef0b30f15caadc612c371e357be9d483599aed;hpb=0fcdc36642e1430f02ebf5326740e231883bd41f;p=freeside.git diff --git a/httemplate/browse/discount.html b/httemplate/browse/discount.html index f7ef0b30f..d3cf873d0 100644 --- a/httemplate/browse/discount.html +++ b/httemplate/browse/discount.html @@ -7,10 +7,10 @@ 'query' => { 'table' => 'discount', }, 'count_query' => 'SELECT COUNT(*) FROM discount', 'disableable' => 1, - 'disabled_statuspos' => 2, - 'header' => [ '#', 'Name', 'Discount', ], - 'fields' => [ 'discountnum', - 'name', + 'disabled_statuspos' => 1, + 'header' => [ 'Name', 'Class', 'Discount', ], + 'fields' => [ 'name', + 'classname', 'description', ], 'links' => [ $link,