feat: refs #7902 Changed definer and throw msg

This commit is contained in:
Guillermo Bonet 2024-10-02 09:09:04 +02:00
parent 9ba017d352
commit b556903d6d
1 changed files with 1 additions and 1 deletions

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 ;