fix: refs #7760 remove throw on ticket split #2980

Merged
pablone merged 1 commits from 7760-fixTicketSplit into master 2024-09-17 06:58:04 +00:00
1 changed files with 0 additions and 4 deletions

View File

@ -30,10 +30,6 @@ BEGIN
WHERE t.id = vSelf
AND i.itemPackingTypeFk = vOriginalItemPackingTypeFk;
IF NOT vHasItemPackingType THEN
CALL util.throw('The ticket has not sales with the itemPackingType');
END IF;
CREATE OR REPLACE TEMPORARY TABLE tSalesToMove (
ticketFk INT,
saleFk INT,