summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-09-09 19:20:18 -0700
committerMark Wells <mark@freeside.biz>2015-09-09 19:20:18 -0700
commitb3bcf26c00ae0a5685e1b5db82669c03321532ce (patch)
treeb1fe04dfdda9190f3ac840a4e942dfe440f897dc
parentcc767315b0b128af86831baa29cac9ccc5549a12 (diff)
fix bad internal link
-rw-r--r--FS/FS/tax_rate.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/tax_rate.pm b/FS/FS/tax_rate.pm
index de60cff30..b18f8ee19 100644
--- a/FS/FS/tax_rate.pm
+++ b/FS/FS/tax_rate.pm
@@ -2287,7 +2287,7 @@ EOF
my $dropstring = '%%%FREESIDE_CACHE%%%/cache.'. $FS::UID::datasrc. '/report.';
$reportname =~ s/^$dropstring//;
- my $reporturl = "%%%ROOTURL%%%/misc/queued_report?report=$reportname";
+ my $reporturl = "%%%ROOTURL%%%/misc/queued_report.html?report=$reportname";
die "<a href=$reporturl>view</a>\n";
}