From af041b3395672339e8a94fd3a569886cc68b180e Mon Sep 17 00:00:00 2001 From: Emily Lamancusa Date: Wed, 10 Apr 2024 12:54:22 -0400 Subject: [PATCH] Bug 36568: Fix id parameter in template Fix missed case of changing parameter name from "reports" to "id" To test: 1. Find or create an SQL report that will return more than 20 rows 2. Run the report 3. Change the "Rows per page" drop-down to a new value --> An empty page is displayed! 4. Apply patch 5. Repeat steps 2-3 --> The report is displayed with the appropriate number of results Signed-off-by: David Cook Signed-off-by: Nick Clemens --- .../prog/en/modules/reports/guided_reports_start.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index 04eafbfa85a..157c538b507 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -1031,7 +1031,7 @@
- + [% FOREACH p IN sql_params %] [% END %] -- 2.39.2