X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fdiscount.html;h=9b2298ae4bc03dc3cfd7a0a1de843b322739ebf1;hb=98f6d91ec7eaa907204afbfeb90ede1e3bff656d;hp=13dc1e6f93b3560c5c7bd8aeaff83606fe3b2dfa;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/httemplate/browse/discount.html b/httemplate/browse/discount.html index 13dc1e6f9..9b2298ae4 100644 --- a/httemplate/browse/discount.html +++ b/httemplate/browse/discount.html @@ -8,12 +8,14 @@ 'count_query' => 'SELECT COUNT(*) FROM discount', 'disableable' => 1, 'disabled_statuspos' => 1, - 'header' => [ 'Name', 'Discount', ], + 'header' => [ 'Name', 'Comment', 'Class', 'Discount', ], 'fields' => [ 'name', + 'comment', + 'classname', 'description', ], 'links' => [ $link, - '', + $link, ], ) %>