Bug 24566: UpdateItemLocationOnCheckin triggers SIP2 alert flag, even with checked_in...
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 3 Feb 2020 12:56:37 +0000 (07:56 -0500)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 13 Apr 2020 18:07:25 +0000 (18:07 +0000)
commit80f886090bc0e72396fd4f0d5f0c8bf9eebcd394
tree73dc702fa7789f486baf46f1319d40441833a2f5
parent8ef75d10e46f45f6e4fae634e5262d2415b1a7b1
Bug 24566: UpdateItemLocationOnCheckin triggers SIP2 alert flag, even with checked_in_ok enabled

If UpdateItemLocationOnCheckin, it triggers an alert flag but cannot be acted on in the same way as LocalUse and thus should be removed in the same fashion.

Test Plan:
1) Enable UpdateItemLocationOnCheckin and set it up to trigger at
checkin for an item
2) Return that item via SIP2
3) Note the alert flag is set
4) Apply this patch
5) Repeat steps 1 and 2
6) The alert flag should not be set

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Kevin Cook <ILS@cedarparktexas.gov>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit 77d9b7e79995ec0acfc11ba290d5c990417778d9)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/SIP/ILS/Transaction/Checkin.pm