fix: refs #7760 remove throw on ticket split
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Pablo Natek 2024-09-17 08:21:29 +02:00
parent fa0c8689d4
commit 9896ac2361
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,