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

--- Comment #35 from Lucas Gass <[email protected]> ---
(In reply to Emily Lamancusa from comment #32)
> Lucas, can you provide a test plan for that last patch? If so I'd be happy
> to sign off.

To test:
1. Without the patch, have RecordLocalUseOnReturn on.
2. Check in some items to record localuse in the stats table. Keep note of
those stats.
3. Apply the patches, updatedatabase.
4. Run the maintenance script, perl update_localuse_from_statistics.pl
5. Now check that items.localuse is congruent with what is in the stats table 

Using this report can help:

SELECT COUNT( IF( statistics.type = 'localuse', statistics.itemnumber, NULL ) )
 AS 'local use count'
FROM statistics
WHERE statistics.itemnumber=<<itemnumber>>

-- 
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