refs #6493 refactorizar-procedimientos-vn2008-parte_2 #2235

Merged
jbreso merged 39 commits from 6493-refactorizar-procedimientos-vn2008-parte_2 into dev 2024-04-24 05:18:59 +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
jbreso marked this conversation as resolved Outdated

NOT

NOT
DELETE ci.
DELETE ci
jbreso marked this conversation as resolved Outdated

companyFk

companyFk

'*' no es necesario

'*' no es necesario
FROM tCompanyIssuing ci
JOIN company e on e.id = ci.companyFk
WHERE e.companyGroupFk = vConsolidatedGroup;