From 020e2df25391da9028dfbd9962b554ac20f54f38 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Mon, 28 May 2018 00:07:20 -0400 Subject: RT# 24643 - fixed error in saving waive setup fee flag when not selected --- httemplate/edit/process/change-cust_pkg.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/edit/process') diff --git a/httemplate/edit/process/change-cust_pkg.html b/httemplate/edit/process/change-cust_pkg.html index 3d50a134e..0e87ad859 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'; -- cgit v1.2.1