summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-10-24 00:40:05 -0700
committerIvan Kohler <ivan@freeside.biz>2013-10-24 00:40:05 -0700
commitec4ae54938488e037977066b28c6a325272b16fc (patch)
tree104983666ce725572b51795ee1954baa3d626fca /httemplate/edit
parentac67ba5d343e1e704b9e706e2aa19ecd979a5863 (diff)
discount classes, RT#24911
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/discount.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/discount.html b/httemplate/edit/discount.html
index 9bcd1e724..c2853bd47 100644
--- a/httemplate/edit/discount.html
+++ b/httemplate/edit/discount.html
@@ -3,6 +3,7 @@
'table' => 'discount',
'fields' => [
'name',
+ { field => 'classnum', type => 'select-discount_class' },
{ field => 'disabled', type => 'checkbox', value=>'Y', },
# a weird kind of false laziness
# w/elements/tr-select-discount.html
@@ -27,6 +28,7 @@
'labels' => {
'discountnum' => 'Discount #',
'name' => 'Name&nbsp;',
+ 'classnum' => 'Class',
'disabled' => 'Disabled&nbsp;',
'_type' => 'Type&nbsp;',
'amount' => 'Amount&nbsp;',