Atualizando companies_budgets_finanacial_entries.php
This commit is contained in:
parent
b56b2c511a
commit
e0e8d93e35
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ try{
|
|||
$description = null;
|
||||
|
||||
/** Valida os parametros de entrada */
|
||||
$CompaniesBudgetsValidate->setClientsBudgetsId($companiesBudgetsId);
|
||||
$CompaniesBudgetsValidate->setCompaniesBudgetsId($companiesBudgetsId);
|
||||
|
||||
/** Verifica se não existem erros a serem informados,
|
||||
* caso não haja erro(s) salvo os dados do orçamento ou
|
||||
|
|
@ -43,7 +43,7 @@ try{
|
|||
} else {
|
||||
|
||||
/** Consulta o orçamento */
|
||||
$CompaniesBudgetsResult = $CompaniesBudgets->Get($CompaniesBudgetsValidate->getClientsBudgetsId());
|
||||
$CompaniesBudgetsResult = $CompaniesBudgets->Get($CompaniesBudgetsValidate->getCompaniesBudgetsId());
|
||||
|
||||
/** Validando os campos de entrada */
|
||||
$FinancialEntriesValidate->setDescription($CompaniesBudgetsResult->description);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue