7336_devToTest #2414

Merged
alexm merged 220 commits from 7336_devToTest into test 2024-05-07 06:26:53 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3950d60387 - Show all commits

View File

@ -71,7 +71,7 @@ BEGIN
IF NOT vInterGroupSalesIncluded THEN
DELETE ci.
DELETE ci
FROM tCompanyIssuing ci
JOIN company e on e.id = ci.companyFk
WHERE e.companyGroupFk = vConsolidatedGroup;