summaryrefslogtreecommitdiff
path: root/httemplate/edit/discount.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-04-29 12:12:45 +0000
committerlevinse <levinse>2011-04-29 12:12:45 +0000
commite774555a6ae69da65e7774c701232fdf9dd052b1 (patch)
tree3807379817a297a53b27b1f6d8c8c7ec758f6713 /httemplate/edit/discount.html
parent91fd4ea0e91ee9e6717e0b12e01eebb8f8b21322 (diff)
apply discount to setup fees, part 1 of 2, RT11512
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 6e0d8e1a7..b195eb37b 100644
--- a/httemplate/edit/discount.html
+++ b/httemplate/edit/discount.html
@@ -21,6 +21,7 @@
{ field => 'months', type => 'text', size => 2,
postfix => '<BR><FONT SIZE="-1"><I>(blank for non-expiring discount)</I></FONT>',
},
+ { field => 'setup', type => 'checkbox', value=>'Y', },
],
'labels' => {
'discountnum' => 'Discount #',
@@ -30,6 +31,7 @@
'amount' => 'Amount&nbsp;',
'percent' => 'Percentage&nbsp;',
'months' => 'Duration (months)',
+ 'setup' => 'Apply to setup fees',
},
'viewall_dir' => 'browse',
'new_callback' => $new_callback,