Atualizando consolidação

This commit is contained in:
Kenio 2025-08-26 17:47:47 -03:00
parent c3641961e4
commit 6938f455c4

View file

@ -89,7 +89,7 @@ try{
<tr>
<td class="text-center"><?php echo $Result->reference;?></td>
<td class="text-center"><?php echo date('d/m/Y', strtotime($Result->movement_date_paid));?></td>
<td class="text-left"><?php echo $Result->fantasy_name;?></td>
<td class="text-left"><?php echo $Result->nickname;?></td>
<td class="text-left"><?php echo $Result->description;?></td>
<td class="text-right"><?php echo number_format($Result->movement_value_paid, 2, ',', '.');?></td>
</tr>