https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39053 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Text to go in the| |This fixes several report release notes| |result pages so that they | |have a "page-section" div - | |they now have a white | |background, instead of the | |light grey background. --- Comment #3 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. The database strict mode needs to be turne doff for these reports to work: - Patrons with the most checkouts - Patrons with no checkouts 2. To turn off the database strict mode: - vi /etc/koha/sites/kohadev/koha-conf.xml - Search for strict - Change strict_sql_modes from 1 to 0: <strict_sql_modes>0</strict_sql_modes> - Restart everything: restart_all 3. Add some appropriate data so that the "Lost items" reports is generated: - Edit an item for a record so that it has a lost status of "Lost" - For the report options for Library: change to "All" -- You are receiving this mail because: You are watching all bug changes.