summaryrefslogtreecommitdiff
path: root/httemplate/edit/discount.html
diff options
context:
space:
mode:
authorivan <ivan>2010-02-04 20:39:56 +0000
committerivan <ivan>2010-02-04 20:39:56 +0000
commit4cacb3fa439b56fc7c9a742b69ec3f6ffd660433 (patch)
tree7b91bf502c5bcc974b30431fd8c96bf0bfab3288 /httemplate/edit/discount.html
parent1bfbab83c338f6a11ae26c4d197ad775c568ebde (diff)
discounts, RT#6679
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 24d8fa507..4f440b2cb 100644
--- a/httemplate/edit/discount.html
+++ b/httemplate/edit/discount.html
@@ -4,6 +4,8 @@
'fields' => [
'name',
{ field => 'disabled', type => 'checkbox', value=>'Y', },
+ # a weird kind of false laziness
+ # w/elements/tr-select-discount.html
{ field => '_type', type => 'select',
options => \@_type_options,
onchange => '_type_changed',