@@ -, +, @@ --- reports/guided_reports.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/reports/guided_reports.pl +++ a/reports/guided_reports.pl @@ -501,7 +501,7 @@ elsif ($phase eq 'Run this report'){ } my $totpages = int($total/$limit) + (($total % $limit) > 0 ? 1 : 0); - my $url = "/cgi-bin/koha/reports/guided_reports.pl?reports=$report&phase=Run%20this%20report"; + my $url = "/cgi-bin/koha/reports/guided_reports.pl?reports=$report&phase=Run%20this%20report"; $template->param( 'results' => \@rows, 'sql' => $sql, --