summaryrefslogtreecommitdiff
path: root/httemplate/edit/discount.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/discount.html')
-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 ',
+ 'classnum' => 'Class',
'disabled' => 'Disabled ',
'_type' => 'Type ',
'amount' => 'Amount ',