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 28 additions and 31 deletions
Showing only changes of commit 2a6dc0c478 - Show all commits

View File

@ -199,7 +199,6 @@ BEGIN
AND e.name = 'Retenciones'
AND id.id IS NULL;
-- SAGE
SELECT correctedFk INTO vInvoiceInOriginalFk
FROM vn.invoiceInCorrection
WHERE correctingFk = vInvoiceInFk;
@ -231,7 +230,5 @@ BEGIN
WHERE mci.id = vXDiarioFk;
END IF;
END$$
DELIMITER ;