diff --git a/vendor/controller/companies_budgets/CompaniesBudgetsValidate.class.php b/vendor/controller/companies_budgets/CompaniesBudgetsValidate.class.php index a49ca0d..8e654d8 100644 --- a/vendor/controller/companies_budgets/CompaniesBudgetsValidate.class.php +++ b/vendor/controller/companies_budgets/CompaniesBudgetsValidate.class.php @@ -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'); - } + // } }