fix bad internal link
authorMark Wells <mark@freeside.biz>
Thu, 10 Sep 2015 02:20:18 +0000 (19:20 -0700)
committerMark Wells <mark@freeside.biz>
Thu, 10 Sep 2015 02:20:44 +0000 (19:20 -0700)
FS/FS/tax_rate.pm

index 1094968..c6fe243 100644 (file)
@@ -2328,7 +2328,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";
 
 }