refs #6861 feat:reserve previos
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Sergio De la torre 2024-04-15 13:03:27 +02:00
parent 19ef199648
commit 0f1a086bca
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ BEGIN
LEFT JOIN saleGroupDetail sg ON sg.saleFk = ish.saleFk
WHERE ish.id = vSelf;
IF vIsSaleGroup THEN
/*IF vIsSaleGroup THEN
CALL util.throw('Can not unpicked a sale group');
END IF;
END IF;*/
START TRANSACTION;