[Koha-bugs] [Bug 9717] Local use recorded for holds/transfers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 9 07:58:44 CEST 2022


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #19 from David Cook <dcook at prosentient.com.au> ---
I just bumped into this for the first time, and I really didn't expect this bug
to be such a saga...

After reviewing the code in C4/Circulation.pm, the patch could theoretically be
small, but it looks like no one can agree on what should or should not
constitute a local use. 

But the thing is... if it's not recorded as "localuse", it's actually going to
be recorded as a "return" anyway, so perhaps it's a much of a muchness. 

If people do care enough, I suppose we could have a multiple value system
preference like RecordLocalUseExceptions which defines a list of situations
where "return" is logged instead of "localuse". For example, you might want to
record "return" instead of "localuse" if it's "OnHold" or "HasTransfer"
(although this could be split into several different ones... since you can have
outbound and inbound tranfers).

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


More information about the Koha-bugs mailing list