X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fxmlhttp-calculate_taxes.html;h=d3dc36acf5cb0f9344d81af70f29141faabb43b1;hb=fb8915cce4be9520c00cc53c659e34abfb6172e1;hp=774b89381398f888ea69f215b1b0fa252bc5428e;hpb=b667f6fc3b7d7552c4df286c22cca36b66ee26b5;p=freeside.git diff --git a/httemplate/misc/xmlhttp-calculate_taxes.html b/httemplate/misc/xmlhttp-calculate_taxes.html index 774b89381..d3dc36acf 100644 --- a/httemplate/misc/xmlhttp-calculate_taxes.html +++ b/httemplate/misc/xmlhttp-calculate_taxes.html @@ -87,6 +87,7 @@ if ( $sub eq 'calculate_taxes' ) { foreach my $location ( @{$taxline->cust_bill_pkg_tax_location}, @{$taxline->cust_bill_pkg_tax_rate_location} ) { my $taxlocnum = $location->locationnum || ''; my $taxratelocnum = $location->taxratelocationnum || ''; + $location->cust_bill_pkg_desc($taxline->desc); #ugh @ that kludge push @taxlines, [ $location->desc, $taxline->setup, $taxlocnum, $taxratelocnum ]; $amount -= $location->amount;