Atualizando class FinancialBalanceAdjustment.class.php

This commit is contained in:
Kenio 2025-08-02 10:14:08 -03:00
parent 9693cbd6e1
commit e113307712

View file

@ -58,7 +58,7 @@ try{
?>
<tr>
<td class="text-center"><?php echo date('d/m/Y', strtotime($Result->adjustment_date));?></td>
<td class="text-center"><?php echo isset($Result->adjustment_date) ? date('d/m/Y', strtotime($Result->adjustment_date)) : '';?></td>
<td class="text-right"><?php echo number_format($Result->previous_value, 2, ',', '.') ;?></td>
<td class="text-right"><?php echo number_format($Result->adjusted_value , 2, ',', '.') ;?></td>
<td><?php echo $Result->responsible;?></td>