8179-testToMaster #3176

Merged
alexm merged 407 commits from 8179-testToMaster into master 2024-11-12 06:41:52 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b556903d6d - Show all commits

View File

@ -19,7 +19,7 @@ BEGIN
AND isDeleted;
IF vIsDeleted THEN
CALL util.throw('Refund tickets cannot be deleted');
CALL util.throw('The refund ticket cannot be deleted tickets');
END IF;
END$$
DELIMITER ;