summaryrefslogtreecommitdiff
path: root/httemplate/search/tax_sales.cgi
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-04-15 18:21:17 -0700
committerMark Wells <mark@freeside.biz>2016-04-15 18:26:54 -0700
commit0be54958813c9a4a5e24e32707b92e49881c7c0a (patch)
tree3ce114440378a64f6de3c54abd9f32a1bb8b45e4 /httemplate/search/tax_sales.cgi
parentfbb0b4a9c32444f89e0b5aacfebdf883070c3b21 (diff)
tax report showing all taxes, #41656
Diffstat (limited to 'httemplate/search/tax_sales.cgi')
-rw-r--r--httemplate/search/tax_sales.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/tax_sales.cgi b/httemplate/search/tax_sales.cgi
index 4b28c934a..91abd1bd3 100644
--- a/httemplate/search/tax_sales.cgi
+++ b/httemplate/search/tax_sales.cgi
@@ -113,7 +113,7 @@ while ($countdate < $enddate) {
# run a report for each tax name
foreach my $taxname (@taxnames) {
$params{'taxname'} = $taxname;
- my $report = FS::Report::Tax->report_internal(%params);
+ my $report = FS::Report::Tax::ByName->report(%params);
# extract totals from report, kinda awkward
my $pkgclass = ''; # this will get more complicated if we breakdown by pkgclass