Ajuste, configurando visualização de documentos, apenas mostre para o cliente contrato e nota fiscal

This commit is contained in:
Kenio 2025-09-25 10:41:18 -03:00
parent 2b0ac29016
commit 798691b882
2 changed files with 1 additions and 4 deletions

View file

@ -6,9 +6,6 @@ use vendor\controller\documents\DocumentsValidate;
use vendor\controller\registroDetalheSegmentoT\RegistroDetalheSegmentoTValidate;
use vendor\controller\registroDetalheSegmentoU\RegistroDetalheSegmentoUValidate;
error_reporting(E_ALL);
ini_set('display_errors', 'On');
try{
/** Verifica se o token de acesso é válido */

View file

@ -94,7 +94,7 @@ if($Main->verifyToken()){
<td class="text-center"><?php echo $Result->total_movements_unpaid;?></td>
<td class="text-center"><?php echo $Result->total_movements_localized;?></td>
<td class="text-center"><?php echo $Result->total_movements_consolidateds;?></td>
<td class="text-center"><?php echo $Main->decryptData($Result->name_first);?></td>
<td class="text-center"><?php echo $Result->nickname;?></td>
<td class="text-center" width="20"><button type="button" class="btn btn-light btn-sm" onclick="request('FOLDER=view&TABLE=financial_consolidations&ACTION=financial_consolidations_view_file&financial_consolidations_id=<?php echo $Result->financial_consolidations_id;?>', '#loadContent', true, '', '', '', 'Preparando formulário', 'blue', 'circle', 'sm', true)" data-toggle="tooltip" data-placement="left" title="Visualizar arquivo"><i class="fas fa-eye"></i></button></td>
</tr>