feat: refs #7024 Added entry_checkBooked #2201

Merged
guillermo merged 2 commits from 7024-entry_checkBooked into dev 2024-03-25 11:11:52 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 17e61b9caa - Show all commits

View File

@ -8,7 +8,6 @@ BEGIN
DECLARE vHasDistinctWarehouses BOOL;
CALL entry_checkBooked(OLD.id);
SET NEW.editorFk = account.myUser_getId();
IF NOT (NEW.travelFk <=> OLD.travelFk) THEN