http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3419 Summary: Downloaded saved reports do not contain all records Product: Koha Version: rel_3_0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Reports AssignedTo: galen.charlton@liblime.com ReportedBy: beverly.church@liblime.com Estimated Hours: 0.0 Change sponsored?: --- If you run the following query as a saved report and download the results, the file does not contain all the records which you viewed in Koha: SELECT borrowers.surname, borrowers.firstname, borrowers.address, borrowers.city, borrowers.zipcode FROM borrowers ORDER BY borrowers.surname asc In Koha you can see all patrons from A to Z. The downloaded file only contains patron records up to the letter D. The database has 71,755 patron records. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.