integrate RTx::Statistics package, part of merging spiritone RT changes (#1661)
[freeside.git] / rt / html / Callbacks / ActivityReports / Search / Results.html / SearchActions
1 <a href="<% $RT::WebPath %>/Reports/Activity/index.html?<% $QueryString %>">Generate reports</a>
2 <%init>
3 use YAML;
4 my %args = $m->caller_args(2);
5
6 my $QueryString = $m->comp('/Elements/QueryString', query => $args{Query});
7 </%init>