X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_pkg_taxproduct%2Fsuretax.html;h=178062c4a1ee85053918a14c42954ce73ca7f055;hb=f822e27a1e00594332ffa487a1c284234c5580a6;hp=9c00c5c69108e0fcc60eef6cae249d92ca93ba72;hpb=1aecd5bf33146bf3f374341a3814960ae1d419e8;p=freeside.git diff --git a/httemplate/browse/part_pkg_taxproduct/suretax.html b/httemplate/browse/part_pkg_taxproduct/suretax.html index 9c00c5c69..178062c4a 100755 --- a/httemplate/browse/part_pkg_taxproduct/suretax.html +++ b/httemplate/browse/part_pkg_taxproduct/suretax.html @@ -124,7 +124,7 @@ foreach my $row ( qsearch({ &> <& /elements/hidden.html, field => 'id', - curr_value => $cgi->param('id'), + curr_value => scalar($cgi->param('id')), &> <%init> @@ -138,8 +138,7 @@ my $id = $cgi->param('id'); my $select_onclick = sub { my $row = shift; my $taxnum = $row->taxproductnum; - my $code = $row->taxproduct; - my $desc = $row->description; + my $desc = $row->taxproduct . ' ' . $row->description; "select_taxproduct('$taxnum', '$desc')"; };