https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40800 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Tried to see if I could test this, but: Test plan says that you should create a SIP account with checked_in_ok="1": Test Plan: 1. Set up a SIP2 account with checked_in_ok="1" in SIPconfig.xml 2. Via staff client, check out an item to a patron And in the second patch: 3. Alert flag remains false for accounts with checked_in_ok=1 But the code doesn't check for this condition for "TransferArrived": # TransferArrived is informational and should not trigger alerts delete $messages->{TransferArrived}; if ($checked_in_ok) { delete $messages->{ItemLocationUpdated}; delete $messages->{NotIssued}; delete $messages->{LocalUse}; $return = 1 unless keys %$messages; } Can you please clarify? -- You are receiving this mail because: You are watching all bug changes.