Atualizando financial_movements_save.php
This commit is contained in:
parent
76a722baf7
commit
d6d64d3afa
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ try{
|
|||
<td><?php echo $Result->output;?></td>
|
||||
<td class="text-center" width="30"><?php echo date('d/m/Y', strtotime($Result->movement_date_scheduled));?></td>
|
||||
<td class="text-right"><?php echo number_format($Result->movement_value, 2, ',', '.');?></td>
|
||||
<td class="text-center" width="20"><button type="button" class="btn btn-light btn-sm" onclick="request('FOLDER=view&TABLE=clients&ACTION=clients_form&company_id=<?php echo $Result->company_id;?>', '#loadContent', true, '', '', '', 'Preparando formulário', 'blue', 'circle', 'sm', true)" data-toggle="tooltip" data-placement="left" title="Editar dados do cliente"><i class="far fa-edit"></i></button></td>
|
||||
<td class="text-center" width="20"><button type="button" class="btn btn-light btn-sm" onclick="request('FOLDER=view&TABLE=financial_movements&ACTION=financial_movements_form&financial_movements_id=<?php echo $Result->financial_movements_id;?>', '#loadContent', true, '', '', '', 'Carregando movimentação', 'blue', 'circle', 'sm', true)" data-toggle="tooltip" data-placement="left" title="Editar dados do cliente"><i class="far fa-edit"></i></button></td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue