feat setParking refs #7580
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-07-01 08:55:09 +02:00
parent 4b4bf98859
commit 4b1e23d256
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ BEGIN
DECLARE vNewStateFk INT;
IF vSelf IS NULL THEN
CALL util.throw("Ticket not exists");
CALL util.throw("Ticket not valid");
END IF;
SELECT stateFk INTO vStateFk