8093-devToTest_2442_3 #3100

Merged
alexm merged 284 commits from 8093-devToTest_2442_3 into test 2024-10-15 06:51:43 +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 ;