From ccec6b301bdc0e00cb9fff78c09e42ce594d7d5f Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Wed, 20 Aug 2025 14:12:19 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/model/FinancialMovements.class.php b/vendor/model/FinancialMovements.class.php index ebc2a43..90c5f2c 100644 --- a/vendor/model/FinancialMovements.class.php +++ b/vendor/model/FinancialMovements.class.php @@ -1485,7 +1485,7 @@ class FinancialMovements { /** Consulta SQL */ - $this->sql = 'SELECT c.* + $this->sql = 'SELECT fm.*, c.* FROM financial_movements fm LEFT JOIN companies c ON fm.company_id = c.company_id WHERE fm.financial_outputs_id > 0