From 235899c43fc2bb36b7eae6835dbded1e28c1ac0b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 27 Aug 2024 11:00:17 +0000 Subject: [PATCH] Bug 37746: SQL reports: Double class breaks rows per page selection This patch combines double class attributes in order to allow the event listener on the element work correctly. To test, apply the patch and run a saved SQL report which will return more than one page of results. On the results page, click the "Rows per page" menu and select a new value. The page should reload and display the number of results you selected. --- .../prog/en/modules/reports/guided_reports_start.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 3a4ca5778c5..99bacfa3e9b 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 @@ -1128,11 +1128,11 @@ [% FOREACH l IN limits %] [% IF l == limit %]
  • - [% l | html %] + [% l | html %]
  • [% ELSE %]
  • - [% l | html %] + [% l | html %]
  • [% END %] [% END %] -- 2.39.2