Bug 9994

Summary: Changing 'rows per page' on saved sql reports doesn't work with runtime parameters
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: ReportsAssignee: Galen Charlton <gmcharlt>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P5 - low CC: nengard
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Katrin Fischer 2013-04-07 09:23:57 UTC
It's not possible to change the "rows per page" when using a report with runtime parameters.

To reproduce:

1) Create a report using runtime parameters. A simple example one might be:

select * from items where holdingbranch = <<holding|branches>> and homebranch = <<home|branches>>

2) Run the report and make sure you have more than 20 results.
3) Select a higher number for "rows per page" and click "Update"
4) Verify you are taken back and have to reenter your runtime parameters.
5) Verify on running the report agian, the rows per page is again 20.
Comment 1 Katrin Fischer 2013-05-11 13:11:54 UTC

*** This bug has been marked as a duplicate of bug 9719 ***