Merge pull request 'master' (!2358) from master into test
gitea/salix/pipeline/head This commit looks good Details
gitea/salix/pipeline/pr-dev This commit looks good Details

Reviewed-on: #2358
Reviewed-by: Pablo Natek <pablone@verdnatura.es>
This commit is contained in:
Carlos Andrés 2024-04-23 15:35:33 +00:00
commit a7f1188975
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;