Bug 9719 - Changing the rows per page on a custom report fails if it has user supplie...
[koha.git] / reports / guided_reports.pl
index 6e8ac7e..c1c5590 100755 (executable)
@@ -748,6 +748,7 @@ elsif ($phase eq 'Run this report'){
                 'errors'  => $errors,
                 'pagination_bar'  => pagination_bar($url, $totpages, $input->param('page')),
                 'unlimited_total' => $total,
+                'sql_params'      => \@sql_params,
             );
         }
     }