Ajuste verificação de vencimento

This commit is contained in:
Kenio 2025-10-17 08:42:14 -03:00
parent a44c303e7c
commit a67cde06e6

View file

@ -407,6 +407,7 @@ class FinancialMovements
WHERE c.cns = :cns
AND fm.movement_date_paid IS NULL
AND fm.movement_date_scheduled <= CURRENT_DATE
AND fm.status = 1
)
UNION
(