Atualizando consolidação
This commit is contained in:
parent
c3641961e4
commit
6938f455c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue