diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-11-28 20:45:12 -0500 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-11-29 10:26:00 -0500 |
| commit | 09898d8b692668f6d668624de1e112595a32ec6d (patch) | |
| tree | 57565515e652d6ab193136a837581d3572084228 /httemplate/edit/process | |
| parent | da200db3d09940a9860bc8bd0926bc53d379363f (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'; |
