From 8acc996345752f44f9bf55eff088f03739019c33 Mon Sep 17 00:00:00 2001 From: levinse Date: Fri, 29 Apr 2011 12:10:50 +0000 Subject: apply discount to setup fees, part 1 of 2, RT11512 --- httemplate/elements/tr-select-discount.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'httemplate/elements') diff --git a/httemplate/elements/tr-select-discount.html b/httemplate/elements/tr-select-discount.html index 258eeb349..e8be3938c 100644 --- a/httemplate/elements/tr-select-discount.html +++ b/httemplate/elements/tr-select-discount.html @@ -64,6 +64,16 @@ ) %> + <% include( '/elements/tr-checkbox.html', + 'label' => 'Apply discount to setup fee', + 'field' => $name.'_setup', + 'id' => $name.'_setup', + 'curr_value' => scalar($cgi->param($name.'_setup')), + 'value' => 'Y', + 'colspan' => $opt{'colspan'}, + ) + %> +