diff options
Diffstat (limited to 'httemplate/misc/xmlhttp-calculate_taxes.html')
-rw-r--r-- | httemplate/misc/xmlhttp-calculate_taxes.html | 1 |
1 files changed, 1 insertions, 0 deletions
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; |