X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-part_pkg-taxproducts.html;h=50dace729887349e0c05b0edc2f1cb03aa7188f9;hb=9d5f61a78f7cddeb65f6943f3e58326f47cc0c0b;hp=5dcea09f1d6e4f2bd79cf8b2bed22f0ebddff8ab;hpb=f4bb9273f1ba174858e221fd37f6dd1dca4119e9;p=freeside.git diff --git a/httemplate/elements/tr-part_pkg-taxproducts.html b/httemplate/elements/tr-part_pkg-taxproducts.html index 5dcea09f1..50dace729 100644 --- a/httemplate/elements/tr-part_pkg-taxproducts.html +++ b/httemplate/elements/tr-part_pkg-taxproducts.html @@ -54,7 +54,8 @@ my %pkg_options; if ($pkgpart) { my $part_pkg = FS::part_pkg->by_key($pkgpart); %pkg_options = $part_pkg->options; - $curr_values{''} = $part_pkg->taxproductnum; + $curr_values{''} = $cgi->param('taxproductnum') + || $part_pkg->taxproductnum; } foreach my $usage_class (@classes) { @@ -66,4 +67,5 @@ foreach my $usage_class (@classes) { $curr_values{$classnum} = $curr_value; $separate = 1 if ( length($classnum) and length($curr_value) ); } +