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@lists.koha-community.org
          Reporter: k...@bywatersolutions.com
        QA Contact: testo...@bugs.koha-community.org
                CC: colin.campb...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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