This commit is contained in:
Kenio 2025-08-04 19:45:55 -03:00
parent ec37b82727
commit fb1a01374e

View file

@ -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');
}
// }
}