fix: refs #7024 entry_checkBooked
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-03-25 12:51:47 +01:00
parent 092eaab851
commit bde8742147
1 changed files with 4 additions and 1 deletions

View File

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