Bug 6409

Summary: pagination bar for guided report output does not work if report has parameters
Product: Koha Reporter: Galen Charlton <gmcharlt>
Component: ReportsAssignee: Galen Charlton <gmcharlt>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P5 - low CC: chris, nengard
Version: 3.4   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 6340    
Bug Blocks:    
Attachments: proposed bugfix

Description Galen Charlton 2011-05-25 18:35:51 UTC
If you create an SQL report that includes a parameter and the report has more than 20 rows of output, using the pagination bar to go to subsequent pages of output does not work - instead, it prompts you for the parameter value(s) again and shows the first page of output.

E.g.:

select surname, cardnumber from borrowers
where branchcode = <<foo>>;
Comment 1 Galen Charlton 2011-05-25 18:47:21 UTC
Created attachment 4260 [details] [review]
proposed bugfix
Comment 2 Nicole C. Engard 2011-05-25 19:53:32 UTC
I have applied this patch and I still don't see the pagination bar.  Marking failed QA, someone else can test to see if it's just me.
Comment 3 Nicole C. Engard 2011-05-25 20:17:14 UTC
nevermind me :) it works lovely when you apply the first patch.
Comment 4 Chris Cormack 2011-06-09 23:47:42 UTC
Pushed to master, please test