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