refs #5802 feat:ticket_setState
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Sergio De la torre 2024-01-30 13:31:17 +01:00
parent 27f6621447
commit a46c3c4d95
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ BEGIN
END IF;
SET vCanChangeState = ((
vStateCode <> 'ON_CHECKING' AND vStateCode <> 'CHECKED') OR
vStateCode <> 'ON_CHECKING' AND vStateCode <> 'CHECKED') OR
vticketAlertLevel < vPackedAlertLevel
)AND NOT (
vTicketStateCode IN ('CHECKED', 'CHECKING')