UI improvements for selecting taxproducts, #71555 and #71556
[freeside.git] / httemplate / browse / part_pkg_taxproduct / suretax.html
index 9c00c5c..8f237f3 100755 (executable)
@@ -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')";
 };