Atualizando CompaniesValidate
This commit is contained in:
parent
c7d89e0db4
commit
9802e64ed9
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
|
|
@ -32,7 +32,7 @@ if($Main->verifyToken()){
|
|||
$CompaniesValidate->setCompanyId($companiesId);
|
||||
|
||||
/** Consulta a quantidade de registros */
|
||||
$NumberRecords = $Users->Count($CompanyValidate->getCompanyId(), $CompaniesValidate->getClientsId())->qtde;
|
||||
$NumberRecords = $Users->Count($CompanyValidate->getCompanyId(), $CompaniesValidate->getCompanyId())->qtde;
|
||||
|
||||
/** Verifico a quantidade de registros localizados */
|
||||
if ($NumberRecords > 0){?>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue