From fafdaeca1af0771cefd8f6707b0f75ee8a33f03a Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 18 Dec 2009 18:20:36 +0000 Subject: fix handling of tax location records and add a 'clear' button for tax credits --- httemplate/misc/xmlhttp-calculate_taxes.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/misc') 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; -- cgit v1.2.1