From fb1a01374e8e541c6b5eb943eadc6a39143b4141 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Mon, 4 Aug 2025 19:45:55 -0300 Subject: [PATCH] Debug --- .../CompaniesBudgetsValidate.class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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'); - } + // } }