[Koha-bugs] [Bug 2417] New: C4::Reports::execute_query hardcodes a limit on all reports at 20

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue Jul 29 20:19:30 CEST 2008


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 at liblime.com
        ReportedBy: chris.nighswonger at liblime.com
         QAContact: koha-bugs at 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.



More information about the Koha-bugs mailing list