http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1750 Summary: Report bor_issues_top erroneous and truncated results. Product: Koha Version: HEAD Platform: All URL: http://staff-atz.dev.kohalibrary.com/cgi- bin/koha/reports/bor_issues_top.pl OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Reports AssignedTo: chris.cormack@liblime.com ReportedBy: joe.atzberger@liblime.com QAContact: koha-bugs@nongnu.org Report w/ default params should return "Top 5". When I have 5 items checked out amongst 3 users, my issues table looks like: mysql> select borrowernumber,count(*) from issues GROUP BY borrowernumber; +----------------+----------+ | borrowernumber | count(*) | +----------------+----------+ | 51 | 1 | | 53 | 1 | | 64 | 3 | +----------------+----------+ 3 rows in set (0.00 sec) But the report outputs only 1 user: Patron Issues count 1 Albertson Aleph 1 2 3 4 5 Both the number of rows (users) displayed and the count are incorrect, though it correctly identified the top-most user. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.