Atualizando visualização dos detalhes do boleto

This commit is contained in:
Kenio 2025-08-19 19:06:44 -03:00
parent 521e2e4805
commit a5f3273323
2 changed files with 3 additions and 3 deletions

View file

@ -1011,8 +1011,8 @@ class FinancialMovements
fm.reference as movement_reference,
fm.status,
fm.sicoob_response,
c.reference,
c.name_fantasy,
c.cns AS reference,
c.nickname,
c.contract_type
FROM financial_movements fm
LEFT JOIN companies c ON fm.company_id = c.company_id

View file

@ -82,7 +82,7 @@ try{
<tr>
<td class="text-center" width="120"><?php echo $Result->movement_reference;?></td>
<td class="text-center" width="90"><?php echo date('d/m/Y', strtotime($Result->movement_date_scheduled));?></td>
<td class="text-left"><?php echo $Result->reference;?> - <?php echo $Result->fantasy_name;?></td>
<td class="text-left"><?php echo $Result->reference;?> - <?php echo $Result->nickname;?></td>
<td class="text-left"><?php echo $Result->description;?></td>
<td class="text-right" width="90"><?php echo number_format($Result->movement_value, 2, ',', '.');?></td>
<td class="text-center"><span id="response-<?php echo $Result->financial_movements_id;?>"></span></td>