https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39053

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
  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 <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to