feat: refs #7902 Changed definer and throw msg
This commit is contained in:
parent
9ba017d352
commit
b556903d6d
|
@ -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 ;
|
||||
|
|
Loading…
Reference in New Issue