From a67cde06e6b9e37a05fc0b99fd8fe13967aeaa7b Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Fri, 17 Oct 2025 08:42:14 -0300 Subject: [PATCH] =?UTF-8?q?Ajuste=20verifica=C3=A7=C3=A3o=20de=20venciment?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/model/FinancialMovements.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/model/FinancialMovements.class.php b/vendor/model/FinancialMovements.class.php index 7406838..557ad1e 100644 --- a/vendor/model/FinancialMovements.class.php +++ b/vendor/model/FinancialMovements.class.php @@ -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 (