When your report has very few results, this dropdown just takes up space.
Created attachment 84086 [details] [review] Bug 22145: Created syspref to hide/show 'rows per page' from reports print layout Test Plan: 1. Update the database 2. Find reportRowsPerPage syspref and confirm it is set to Show by default 3. In another tab, make a new report to run or run an existing report 4. Confirm that rows per page dropdown shows 5. Change syspref to Don't show 6. Refresh report tab and confirm that rows per page dropdown doesn't show.
I followed the test plan and all seemed to work, but when I checked the QA test, it failed : <<<<< FAIL installer/data/mysql/sysprefs.sql OK git manipulation FAIL semicolon simicolon found instead of comma at line 483 OK sysprefs_order OK koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt OK filters OK forbidden patterns OK git manipulation OK spelling OK tt_valid OK valid_template >>>>> Therefore, I set the Failed QA status until.
Created attachment 92837 [details] [review] Fixed patch Changed the problematic semicolon to a comma