[Bug 2417] New: C4::Reports::execute_query hardcodes a limit on all reports at 20
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2417 Summary: C4::Reports::execute_query hardcodes a limit on all reports at 20 Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: critical Priority: P3 Component: Reports AssignedTo: galen.charlton@liblime.com ReportedBy: chris.nighswonger@liblime.com QAContact: koha-bugs@lists.koha.org sub execute_query { my ( $sql, $type, $format, $id ) = @_; my $dbh = C4::Context->dbh(); # take this line out when in production if ($format eq 'csv' or $format eq 'tab'){ } else { $sql .= " LIMIT 20"; } ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@pippin.metavore.com