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/edit | |
parent | 37cfdc0a791d00b6396d7950d3776e9fe2af6c14 (diff) |
add waive setup fee upon package order feature, RT12568
Diffstat (limited to 'httemplate/edit')
-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 599f7607c..aed07df23 100644 --- a/httemplate/edit/process/quick-cust_pkg.cgi +++ b/httemplate/edit/process/quick-cust_pkg.cgi @@ -70,6 +70,7 @@ my $cust_pkg = new FS::cust_pkg { ? parse_datetime($cgi->param('contract_end')) : '' ), + 'waive_setup' => ( $cgi->param('waive_setup') eq 'Y' ? 'Y' : '' ), #'discountnum_disabled' => scalar($cgi->param('discountnum_disabled')), }; |