hotfix importErrorNotification refs #6189 #2357

Merged
carlosap merged 1 commits from hotFix-6189-importErrorNotification into master 2024-04-23 15:32:10 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ BEGIN
WHERE sub.amountTaxableBase<>sub2.amountTaxableBase
AND sub.amountTaxableBase/2 <> sub2.amountTaxableBase
UNION ALL
SELECT CONCAT('- Factura Duplicada: ', mc.Asiento)
SELECT CONCAT('- Factura Duplicada: ', accountingEntryFk)
FROM accountingEntryError
)sub;