Atualizando class FinancialBalanceAdjustment.class.php
This commit is contained in:
parent
9693cbd6e1
commit
e113307712
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue