Debug
This commit is contained in:
parent
ec37b82727
commit
fb1a01374e
1 changed files with 5 additions and 5 deletions
|
|
@ -66,13 +66,13 @@ class CompaniesBudgetsValidate
|
|||
$this->companiesBudgetsId = isset($companiesBudgetsId) ? (int)$this->Main->antiInjection($companiesBudgetsId) : null;
|
||||
|
||||
/** Verifica se a informação foi informada */
|
||||
if(empty($this->companiesBudgetsId))
|
||||
{
|
||||
// if(empty($this->companiesBudgetsId))
|
||||
// {
|
||||
|
||||
/** Adição de elemento */
|
||||
array_push($this->errors, 'O campo "companies_budgets_id", deve ser informado');
|
||||
// /** Adição de elemento */
|
||||
// array_push($this->errors, 'O campo "companies_budgets_id", deve ser informado');
|
||||
|
||||
}
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue