master #2285

Merged
pablone merged 7 commits from master into test 2024-04-11 05:16:38 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e3feefefd7 - Show all commits

View File

@ -15,7 +15,7 @@ BEGIN
FROM `entry` FROM `entry`
WHERE id = vSelf; WHERE id = vSelf;
IF vIsBooked THEN IF vIsBooked AND NOT @isModeInventory THEN
CALL util.throw('Entry is already booked'); CALL util.throw('Entry is already booked');
END IF; END IF;
END$$ END$$