Atualizando CompaniesValidate
This commit is contained in:
parent
587523c4cf
commit
c7d89e0db4
1 changed files with 1 additions and 1 deletions
2
vendor/view/users/users_datagrid.php
vendored
2
vendor/view/users/users_datagrid.php
vendored
|
|
@ -29,7 +29,7 @@ if($Main->verifyToken()){
|
|||
|
||||
/** Valida o campo */
|
||||
$CompanyValidate->setCompanyId($companyId);
|
||||
$CompaniesValidate->setClientsId($companiesId);
|
||||
$CompaniesValidate->setCompanyId($companiesId);
|
||||
|
||||
/** Consulta a quantidade de registros */
|
||||
$NumberRecords = $Users->Count($CompanyValidate->getCompanyId(), $CompaniesValidate->getClientsId())->qtde;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue