From e1672ef83edde9aa84425f465671776921ab8fa5 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Wed, 20 Aug 2025 11:39:36 -0300 Subject: [PATCH] =?UTF-8?q?Atualizando=20p=C3=A1gina=20inicial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/model/FinancialMovements.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vendor/model/FinancialMovements.class.php b/vendor/model/FinancialMovements.class.php index 932fa7a..7c36959 100644 --- a/vendor/model/FinancialMovements.class.php +++ b/vendor/model/FinancialMovements.class.php @@ -106,8 +106,7 @@ class FinancialMovements $this->sql = 'select count(financial_movements_id) as amount_output, sum(movement_value) as total_value_output from financial_movements - where company_id = :company_id - and financial_outputs_id > 0 + where financial_outputs_id > 0 and movement_date_paid is null'; /** Preparo o SQL para execução */