X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fdiscount.html;h=13dc1e6f93b3560c5c7bd8aeaff83606fe3b2dfa;hb=01758c90c7d2c2b83569b9138ac9a315f1695a56;hp=f7ef0b30f15caadc612c371e357be9d483599aed;hpb=624b2d44625f69d71175c3348cae635d580c890b;p=freeside.git diff --git a/httemplate/browse/discount.html b/httemplate/browse/discount.html index f7ef0b30f..13dc1e6f9 100644 --- a/httemplate/browse/discount.html +++ b/httemplate/browse/discount.html @@ -7,14 +7,13 @@ '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', 'Discount', ], + 'fields' => [ 'name', 'description', ], 'links' => [ $link, - $link, + '', ], ) %>