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