Merge pull request 'fix: refs #7760 remove throw on ticket split' (!2980) from 7760-fixTicketSplit into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2980
Reviewed-by: Guillermo Bonet <guillermo@verdnatura.es>
This commit is contained in:
Pablo Natek 2024-09-17 06:58:02 +00:00
commit 81eb875132
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,