From b3bcf26c00ae0a5685e1b5db82669c03321532ce Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 9 Sep 2015 19:20:18 -0700 Subject: [PATCH] fix bad internal link --- FS/FS/tax_rate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "view\n"; } -- 2.20.1