Atualizando Companies Datagrid
This commit is contained in:
parent
a9c4cfe8e6
commit
4b0bbff8e6
1 changed files with 4 additions and 4 deletions
8
vendor/view/companies/companies_datagrid.php
vendored
8
vendor/view/companies/companies_datagrid.php
vendored
|
|
@ -119,7 +119,7 @@ if($Main->verifyToken()){
|
|||
|
||||
<thead>
|
||||
<tr >
|
||||
<th class="text-center">Ref.</th>
|
||||
<th class="text-center">CNS</th>
|
||||
<th class="text-center">Venc.</th>
|
||||
<th class="text-center">Nome Fantasia</th>
|
||||
<th class="text-center">Responsável</th>
|
||||
|
|
@ -139,9 +139,9 @@ if($Main->verifyToken()){
|
|||
?>
|
||||
|
||||
<tr class="<?php echo $Result->active != 'S' ? 'text-danger' : '';?>">
|
||||
<td class="text-center" width="60"><?php echo $Result->reference;?></td>
|
||||
<td class="text-center" width="30"><?php echo $Result->due_date;?></td>
|
||||
<td class="text-left"><?php echo $Result->fantasy_name;?></td>
|
||||
<td class="text-center" width="60"><?php echo $Result->cns;?></td>
|
||||
<td class="text-center" width="30"><?php echo $Result->expiration_day;?></td>
|
||||
<td class="text-left"><?php echo $Result->name_fantasy;?></td>
|
||||
<td class="text-left"><?php echo $Result->responsible;?></td>
|
||||
<td class="text-left"><?php echo $Result->email;?></td>
|
||||
<td class="text-center" width="90px"><?php echo $Result->active == 'S' ? 'Sim' : 'Não';?></td>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue