From 4cacb3fa439b56fc7c9a742b69ec3f6ffd660433 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Feb 2010 20:39:56 +0000 Subject: discounts, RT#6679 --- httemplate/edit/discount.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/edit') 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', -- cgit v1.2.1