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