feat: refs #7902 Triggers vn.ticketRefund to control deleted tickets #2908

Merged
guillermo merged 7 commits from 7902-Trigger-ticketRefund-para-no-añadir-ticket-eliminado into dev 2024-10-02 07:10:32 +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 ;