X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fdiscount.html;h=13dc1e6f93b3560c5c7bd8aeaff83606fe3b2dfa;hb=0a256d5758b5826aeaf7b59ac2e0f8c97ba8b86b;hp=f7ef0b30f15caadc612c371e357be9d483599aed;hpb=0fcdc36642e1430f02ebf5326740e231883bd41f;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, + '', ], ) %>