summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-10-24 00:40:07 -0700
committerIvan Kohler <ivan@freeside.biz>2013-10-24 00:40:07 -0700
commite58318fb3653e96097c0c3af84369d3397619cc4 (patch)
tree1df8b65643b9be725d8ff97316146e9ae854738d /httemplate/edit
parent13f185857802e292d34216a26d4ee097b62e549b (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;',