diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-05-28 00:07:20 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-05-01 02:12:05 -0400 |
| commit | f67629b05c47f52090c7e8de2a19a5c33a7f4846 (patch) | |
| tree | 27d0f893a5c8ffdf7cb8a1078e743549ebf852cf /httemplate/edit/process | |
| parent | 0105dfdb1844646e11e8aa8714293944e694a79b (diff) | |
RT# 24643 - fixed error in saving waive setup fee flag when not selected
Diffstat (limited to 'httemplate/edit/process')
| -rw-r--r-- | httemplate/edit/process/change-cust_pkg.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/process/change-cust_pkg.html b/httemplate/edit/process/change-cust_pkg.html index a90693cae..7fcc1da07 100644 --- a/httemplate/edit/process/change-cust_pkg.html +++ b/httemplate/edit/process/change-cust_pkg.html @@ -40,6 +40,8 @@ if ( $cgi->param('locationnum') == -1 ) { $change{'cust_location'} = $cust_location; } +$change{waive_setup} = ''; + if ( $cgi->param('setup_discountnum') =~ /^(-?\d+)$/ ) { if ( $1 == -2 ) { $change{waive_setup} = 'Y'; |
