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

Katrin Fischer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #3 from Katrin Fischer <[email protected]> ---
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.
_______________________________________________
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