Atualizando financial_movements_save.php

This commit is contained in:
Kenio 2025-08-20 15:56:39 -03:00
parent 76a722baf7
commit d6d64d3afa

View file

@ -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>