summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-06-02 20:43:05 -0700
committerMark Wells <mark@freeside.biz>2015-06-02 20:43:05 -0700
commit4eaa40ac850ad07504efcc34b753b325cf91bfc6 (patch)
tree3b087d86dc611cf9c564234356b9214d5039e089 /httemplate
parent51e073d4a71d2fb9b05187a1ee46c1749927305e (diff)
suretax-hostname option, and minor UI fix, #33015
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/edit/process/part_pkg.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/edit/process/part_pkg.cgi b/httemplate/edit/process/part_pkg.cgi
index f3ee061..61a6337 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 ) {