From 3be7af634bbe4c0d24368420078ef709e01ea2a9 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Tue, 5 Aug 2025 09:56:16 -0300 Subject: [PATCH] Atualizando --- vendor/model/CompaniesBudgets.class.php | 2 +- vendor/model/FinancialMovements.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/model/CompaniesBudgets.class.php b/vendor/model/CompaniesBudgets.class.php index c9bde9f..c5cfa3a 100644 --- a/vendor/model/CompaniesBudgets.class.php +++ b/vendor/model/CompaniesBudgets.class.php @@ -230,7 +230,7 @@ class CompaniesBudgets /** Parametros */ $this->companiesBudgetsId = $companiesBudgetsId; $this->companyId = $companyId; - $this->userId = $_SESSION['userID'];//Carrega o ID do usuário logado + $this->userId = $_SESSION['USERSID'];//Carrega o ID do usuário logado $this->budget = $budget; $this->dayDue = $dayDue; $this->readjustmentIndex = $readjustmentIndex; diff --git a/vendor/model/FinancialMovements.class.php b/vendor/model/FinancialMovements.class.php index 404713a..4357b52 100644 --- a/vendor/model/FinancialMovements.class.php +++ b/vendor/model/FinancialMovements.class.php @@ -288,7 +288,7 @@ class FinancialMovements $this->companiesBudgetsId = $companiesBudgetsId; /** Consulta SQL */ - echo $this->sql = 'select fm.financial_movements_id, + $this->sql = 'select fm.financial_movements_id, fm.financial_accounts_id, fm.financial_entries_id, fm.financial_outputs_id,