http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6409 Bug #: 6409 Summary: pagination bar for guided report output does not work if report has parameters Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Reports AssignedTo: gmcharlt@gmail.com ReportedBy: gmcharlt@gmail.com QAContact: koha-bugs@lists.koha-community.org 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>>; -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.