[freeside-commits] freeside/httemplate/misc xmlhttp-calculate_taxes.html, 1.1, 1.2
Jeff Finucane,420,,
jeff at wavetail.420.am
Fri Dec 18 10:20:39 PST 2009
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv19310/httemplate/misc
Modified Files:
xmlhttp-calculate_taxes.html
Log Message:
fix handling of tax location records and add a 'clear' button for tax credits
Index: xmlhttp-calculate_taxes.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/xmlhttp-calculate_taxes.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- xmlhttp-calculate_taxes.html 6 Nov 2009 22:25:11 -0000 1.1
+++ xmlhttp-calculate_taxes.html 18 Dec 2009 18:20:36 -0000 1.2
@@ -87,6 +87,7 @@
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;
More information about the freeside-commits
mailing list