7658-devToTest_2428 #2663

Merged
alexm merged 251 commits from 7658-devToTest_2428 into test 2024-07-02 07:20:13 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 0f1a086bca - Show all commits

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;