Atualizando saídas
This commit is contained in:
parent
4dfe986156
commit
7b5768afdd
1 changed files with 5 additions and 5 deletions
|
|
@ -70,13 +70,13 @@ class FinancialOutputsValidate
|
|||
$this->companyId = isset($companyId) ? $this->Main->antiInjection($companyId) : null;
|
||||
|
||||
/** Verifica se a informação foi informada */
|
||||
if(empty($this->companyId))
|
||||
{
|
||||
// if(empty($this->companyId))
|
||||
// {
|
||||
|
||||
/** Adição de elemento */
|
||||
array_push($this->errors, 'O campo "company_id", deve ser informado');
|
||||
// /** Adição de elemento */
|
||||
// array_push($this->errors, 'O campo "company_id", deve ser informado');
|
||||
|
||||
}
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue