diff options
| author | jeff <jeff> | 2009-12-18 18:20:36 +0000 | 
|---|---|---|
| committer | jeff <jeff> | 2009-12-18 18:20:36 +0000 | 
| commit | fafdaeca1af0771cefd8f6707b0f75ee8a33f03a (patch) | |
| tree | 72a0abc62079ad7a4b88c441d24546c9a668c489 /httemplate/misc/xmlhttp-calculate_taxes.html | |
| parent | 40a7b3dc653e099f7bd0bd762b649b04c4432db2 (diff) | |
fix handling of tax location records and add a 'clear' button for tax credits
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; | 
