Compare commits

..

No commits in common. "be8e55a9052885440dcf404be67085eb44b4e800" and "9c306d4cc295d6faaa86237cbe1f2a7c653c182a" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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