[Koha-bugs] [Bug 26209] New: BlockReturnofLostItems does not prevent lost items being found

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 14 11:51:34 CEST 2020


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

            Bug ID: 26209
           Summary: BlockReturnofLostItems does not prevent lost items
                    being found
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: andrew at bywatersolutions.com,
                    fridolin.somers at biblibre.com, gmcharlt at gmail.com,
                    katrin.fischer at bsz-bw.de, kyle.m.hall at gmail.com,
                    kyle at bywatersolutions.com,
                    martin.renvoize at ptfs-europe.com,
                    nick at bywatersolutions.com,
                    testopia at bugs.koha-community.org, tomascohen at gmail.com
        Depends on: 21231

+++ This bug was initially created as a clone of Bug #21231 +++

>When the syspref BlockReturnOfLostItems is set to Block, the item is blocked from being returned, but is still >considered found -- it's set to lost=0 and a refund is applied to the patron (if circ rules allow). The item can >then be checked in a second time and returned as it is no longer lost.

There are still a number of logical holes in the code. ModDateLastSeen is
called in a number of places without a flag being passed to prevent the
itemlost update.

I must admit, I find it confusing to be able to update the last seen timestamp
when the item is still 'lost'.. it feels like a logical flaw.  Should we not
alert the user performing the action that the item was lost and get feedback on
what to do?


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21231
[Bug 21231] BlockReturnofLostItems does not prevent lost items being found
-- 
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