X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fdiscount.html;h=f26c161ca10da2ef83b6361a8230468779ad9f50;hb=d0fcbc3d04250ec54cb5dea7abcc58d1f45d78b1;hp=f7ef0b30f15caadc612c371e357be9d483599aed;hpb=624b2d44625f69d71175c3348cae635d580c890b;p=freeside.git diff --git a/httemplate/browse/discount.html b/httemplate/browse/discount.html index f7ef0b30f..f26c161ca 100644 --- a/httemplate/browse/discount.html +++ b/httemplate/browse/discount.html @@ -7,10 +7,9 @@ '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,