From c7d8e7fa65d81d6b2188d23430669a6005589a81 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Wed, 3 Sep 2025 17:03:49 -0300 Subject: [PATCH] =?UTF-8?q?Ajustando=20formul=C3=A1rio=20de=20entrada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FinancialEntriesValidate.class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vendor/controller/financial_entries/FinancialEntriesValidate.class.php b/vendor/controller/financial_entries/FinancialEntriesValidate.class.php index 7102c2b..68d2e4c 100644 --- a/vendor/controller/financial_entries/FinancialEntriesValidate.class.php +++ b/vendor/controller/financial_entries/FinancialEntriesValidate.class.php @@ -72,13 +72,13 @@ class FinancialEntriesValidate $this->companyId = isset($companyId) ? (int)$this->Main->antiInjection($companyId) : 0; /** Verifica se a informação foi informada */ - if( $this->companyId == 0 ) - { + // if( $this->companyId == 0 ) + // { - /** 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'); - } + // } }