This improves the 'Patrons with the most checkouts' report to:
1. Add the total to the CSV output.
2. Change the screen output to only show the patrons name once, instead of for each group by column.
3. Add total check out when output to screen.
4. Change item type group by from biblioitems.itemtype to items.itype.
Note: This does not fix the SQL query so that it can run if the database is in strict mode.
|