diff options
author | levinse <levinse> | 2011-04-29 12:10:50 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-04-29 12:10:50 +0000 |
commit | 8acc996345752f44f9bf55eff088f03739019c33 (patch) | |
tree | 266f28a86df27e0621c3fea9e384a66bce1b5312 /httemplate/edit/process/quick-cust_pkg.cgi | |
parent | afd1c0b1cc9074a008885033b2ca32c24f62a8e4 (diff) |
apply discount to setup fees, part 1 of 2, RT11512
Diffstat (limited to 'httemplate/edit/process/quick-cust_pkg.cgi')
-rw-r--r-- | httemplate/edit/process/quick-cust_pkg.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/process/quick-cust_pkg.cgi b/httemplate/edit/process/quick-cust_pkg.cgi index aed07df23..44c06c181 100644 --- a/httemplate/edit/process/quick-cust_pkg.cgi +++ b/httemplate/edit/process/quick-cust_pkg.cgi @@ -66,6 +66,7 @@ my $cust_pkg = new FS::cust_pkg { 'discountnum_amount' => scalar($cgi->param('discountnum_amount')), 'discountnum_percent' => scalar($cgi->param('discountnum_percent')), 'discountnum_months' => scalar($cgi->param('discountnum_months')), + 'discountnum_setup' => scalar($cgi->param('discountnum_setup')), 'contract_end' => ( scalar($cgi->param('contract_end')) ? parse_datetime($cgi->param('contract_end')) : '' |