[Koha-bugs] [Bug 35840] Local use is double-counted when using both RecordLocalUseOnReturn and statistical patrons

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 25 17:07:57 CET 2024


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

Brendan Lawlor <blawlor at clamsnet.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #161223|0                           |1
        is obsolete|                            |

--- Comment #19 from Brendan Lawlor <blawlor at clamsnet.org> ---
Created attachment 161442
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=161442&action=edit
Bug 35840: Fix Local use being double-counted in CanBookBeIssued

To test:
1. APPLY PATCH, restart_all
2. Turn on RecordLocalUseOnReturn
3. Create a Statistical patron.
4. Check an item out to a regular patron.
5. Check the item out to a Statistical patron.
6. This should trigger a return and you will see 2 entries in the statistics
table, one for localuse and one for a return.
7. Try checking out an item to the Stats patron that is NOT checked out.
8. You should only see 1 entry, localuse, in the statistics table.

Signed-off-by: Brendan Lawlor <blawlor at clamsnet.org>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list