Atualizando

This commit is contained in:
Kenio 2025-08-05 09:56:16 -03:00
parent 856eed0074
commit 3be7af634b
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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,