[Koha-bugs] [Bug 23057] New: If checked_in_ok is set and item is not checked out, alert flag is supressed for *any* reason

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 5 20:40:24 CEST 2019


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

            Bug ID: 23057
           Summary: If checked_in_ok is set and item is not checked out,
                    alert flag is supressed for *any* reason
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: SIP2
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: colin.campbell at ptfs-europe.com
  Target Milestone: ---

Because of the way the alert suppression was implemented on bug 15221, the
alert flag is suppressed for any and all reasons if checked_in_ok is set and
the item is not checked out.

This is problematic because the alert flag may be set because the item has been
trapped for a hold or another reasons not related to its checked in status.

Because of this, SIP AMHs ( automated material handlers iirc ) will send the
items to be reshelved instead of sending them to the hold shelf.

This code needs to be made aware of the reason the alert flag was triggered or
not ( and probably a list of the reasons it was triggered ). That way if the
only reason the flag was triggered is due to the item not being checked out,
the SIP server can suppress the flag correctly, and allow it to be flagged if
there are other reason to raise the alert flag.

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


More information about the Koha-bugs mailing list