Bug5640: BZ5640 (MT3584): Nimes icon set
[koha_fer] / reports / guided_reports.pl
index 5458fe1..a53712e 100755 (executable)
@@ -498,7 +498,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,