Atualização Grid Clientes

This commit is contained in:
Kenio 2025-07-29 12:01:35 -03:00
parent e8b8652cb4
commit 50cc62cc80

View file

@ -80,8 +80,8 @@ if($Main->verifyToken()){
<tr class="<?php echo $Result->active != 'S' ? 'text-danger' : '';?>">
<td class="text-center" width="25"><?php echo $Main->setZeros($Result->company_id,4);?></td>
<td class="text-left"><?php echo $Result->fantasy_name;?></td>
<td class="text-center" width="190"><?php echo $Main->formatarCPF_CNPJ($Result->document);?></td>
<td class="text-left"><?php echo $Result->name_fantasy;?></td>
<td class="text-center" width="190"><?php echo $Main->formatarCPF_CNPJ($Result->cnpj);?></td>
<td class="text-center" width="90px"><?php echo $Result->active == 'S' ? 'Sim' : 'Não';?></td>
<td class="text-center" width="20"><button type="button" class="btn btn-primary btn-sm" onclick="request('FOLDER=view&TABLE=company&ACTION=company_form&company_id=<?php echo $Result->company_id;?>', '#loadContent', true, '', '', '', 'Preparando formulário', 'blue', 'circle', 'sm', true)"><i class="far fa-edit mr-1"></i></button></td>
<td class="text-center" width="20"><button type="button" class="btn btn-primary btn-sm" onclick="request('FOLDER=view&TABLE=users&ACTION=users_datagrid&company_id=<?php echo $Result->company_id;?>', '#loadContent', true, '', '', '', 'Carregando usuários', 'blue', 'circle', 'sm', true)"><i class="fas fa-users"></i></i></button></td>