7383-testToMaster #2445

Merged
alexm merged 233 commits from 7383-testToMaster into master 2024-05-14 05:44:13 +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;