From faadb1bcccbbdfee91afffded23dfebb89ebafe0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 8 May 2012 15:34:37 -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 1762b0015..da3667eb8 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -360,7 +360,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