From a68564e6856a7ea63763eeaf7962a5cb2df649af Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 8 May 2012 15:34:25 -0700 Subject: separate tax exemption numbers for individual exemptions w/tax-cust_exempt-groups, RT#17658 --- httemplate/edit/cust_main.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/edit/cust_main.cgi') diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 119572a11..b97fb16bf 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -367,7 +367,7 @@ if ( $cgi->param('error') ) { } my %keep = map { $_=>1 } qw( error tagnum lock_agentnum lock_pkgpart ); -$cgi->delete( grep !$keep{$_}, $cgi->param ); +$cgi->delete( grep { !$keep{$_} && $_ !~ /^tax_/ } $cgi->param ); my $title = $custnum ? 'Edit Customer' : 'Add Customer'; $title = mt($title); -- cgit v1.2.1