Atualizando
This commit is contained in:
parent
856eed0074
commit
3be7af634b
2 changed files with 2 additions and 2 deletions
2
vendor/model/CompaniesBudgets.class.php
vendored
2
vendor/model/CompaniesBudgets.class.php
vendored
|
|
@ -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;
|
||||
|
|
|
|||
2
vendor/model/FinancialMovements.class.php
vendored
2
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue