From 4eaa40ac850ad07504efcc34b753b325cf91bfc6 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 2 Jun 2015 20:43:05 -0700 Subject: suretax-hostname option, and minor UI fix, #33015 --- httemplate/edit/process/part_pkg.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'httemplate') diff --git a/httemplate/edit/process/part_pkg.cgi b/httemplate/edit/process/part_pkg.cgi index f3ee06157..61a6337e3 100755 --- a/httemplate/edit/process/part_pkg.cgi +++ b/httemplate/edit/process/part_pkg.cgi @@ -97,8 +97,7 @@ my $args_callback = sub { @options; foreach my $class ( '', split(',', $cgi->param('taxproductnums') ) ) { - my $param = 'taxproductnum'; - $param .= "_$class" if length($class); # gah, "_$class"? + my $param = "taxproductnum_$class"; my $value = $cgi->param($param); if ( $value == -1 ) { -- cgit v1.2.1