RT# 24643 - fixed error in saving waive setup fee flag when not selected
[freeside.git] / httemplate / edit / process / change-cust_pkg.html
index a90693c..7fcc1da 100644 (file)
@@ -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';