From: Mark Wells Date: Thu, 10 Sep 2015 02:20:18 +0000 (-0700) Subject: fix bad internal link X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=b3bcf26c00ae0a5685e1b5db82669c03321532ce;p=freeside.git fix bad internal link --- 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"; }