Atualizando consolidação
This commit is contained in:
parent
6938f455c4
commit
2545b8c6c3
2 changed files with 2 additions and 2 deletions
2
vendor/model/FinancialMovements.class.php
vendored
2
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -532,7 +532,7 @@ class FinancialMovements
|
|||
fm.print,
|
||||
fm.movement_previous,
|
||||
fm.sicoob_response,
|
||||
c.nickname
|
||||
c.name_fantasy
|
||||
from financial_movements fm
|
||||
left join companies c on fm.company_id = c.company_id
|
||||
where fm.financial_consolidations_id = :financial_consolidations_id';
|
||||
|
|
|
|||
|
|
@ -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->nickname;?></td>
|
||||
<td class="text-left"><?php echo $Result->name_fantasy;?></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