diff options
author | levinse <levinse> | 2011-04-25 04:39:38 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-04-25 04:39:38 +0000 |
commit | 102a0db99bff20d5c653a34fd3b4999f90078e6f (patch) | |
tree | 3a9a0111bd872c581e36d456b08f4828109ee345 /httemplate/misc | |
parent | 37cfdc0a791d00b6396d7950d3776e9fe2af6c14 (diff) |
add waive setup fee upon package order feature, RT12568
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/order_pkg.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html index a391f8c1d..bb87422a1 100644 --- a/httemplate/misc/order_pkg.html +++ b/httemplate/misc/order_pkg.html @@ -52,6 +52,13 @@ %> % } +% if ( $curuser->access_right('Waive setup fee') ) { + <TR> + <TH ALIGN="right">Waive setup fee </TH> + <TD COLSPAN=6><INPUT TYPE="checkbox" NAME="waive_setup" VALUE="Y"></TD> + </TR> +% } + % if ( $conf->exists('pkg_referral') ) { <% include('/elements/tr-select-part_referral.html', 'curr_value' => scalar( $cgi->param('refnum') ), #get rid of empty_label first# || $cust_main->refnum, |