refs #6915 test_master24_8 #2067

Merged
alexm merged 561 commits from test_master24_8 into master 2024-02-22 07:31:34 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 448763ee72 - Show all commits

View File

@ -12,7 +12,7 @@ BEGIN
DECLARE vHasSectorCollection INT;
SELECT COUNT(id) INTO vHasSaleGroup
FROM vn.saleGroup
FROM saleGroup
WHERE id = vSaleGroupFk;
IF !vHasSaleGroup THEN
@ -20,7 +20,7 @@ BEGIN
END IF;
SELECT COUNT(id) INTO vHasSectorCollection
FROM vn.sectorCollection
FROM sectorCollection
WHERE id = vSectorCollectionFk;
IF !vHasSectorCollection THEN