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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected],
                    [email protected],
                    [email protected],
                    [email protected], [email protected]
        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.
_______________________________________________
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