X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_pkg_taxproduct%2Fsuretax.html;h=8f237f36041652b9d2e23e1d34d51cc6425bb43b;hb=f4bb9273f1ba174858e221fd37f6dd1dca4119e9;hp=9c00c5c69108e0fcc60eef6cae249d92ca93ba72;hpb=499333276c687817c8c335ccca291a9786378a1e;p=freeside.git diff --git a/httemplate/browse/part_pkg_taxproduct/suretax.html b/httemplate/browse/part_pkg_taxproduct/suretax.html index 9c00c5c69..8f237f360 100755 --- a/httemplate/browse/part_pkg_taxproduct/suretax.html +++ b/httemplate/browse/part_pkg_taxproduct/suretax.html @@ -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')"; };