hotfix #2919

Merged
pako merged 2 commits from hotFix-Miriam into master 2024-09-04 11:53:50 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit ad123e61ca - Show all commits

View File

@ -18,7 +18,7 @@ SELECT m.code mandateCode,
WHERE m.companyFk = ?
AND m.finished IS NULL
AND c.id = ?
AND mt.name = 'CORE'
AND mt.code = 'CORE'
AND adt.description = 'Referencia Remesas'
GROUP BY m.id, ad.value
ORDER BY m.created DESC