View | Details | Raw Unified | Return to bug 4937
Collapse All | Expand All

(-)a/reports/guided_reports.pl (-2 / +1 lines)
Lines 501-507 elsif ($phase eq 'Run this report'){ Link Here
501
        }
501
        }
502
502
503
        my $totpages = int($total/$limit) + (($total % $limit) > 0 ? 1 : 0);
503
        my $totpages = int($total/$limit) + (($total % $limit) > 0 ? 1 : 0);
504
        my $url = "/cgi-bin/koha/reports/guided_reports.pl?reports=$report&phase=Run%20this%20report";
504
        my $url = "/cgi-bin/koha/reports/guided_reports.pl?reports=$report&phase=Run%20this%20report";
505
        $template->param(
505
        $template->param(
506
            'results' => \@rows,
506
            'results' => \@rows,
507
            'sql'     => $sql,
507
            'sql'     => $sql,
508
- 

Return to bug 4937