feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
380 changed files with 984 additions and 17070 deletions
Showing only changes of commit 53115b085f - Show all commits

View File

@ -51,7 +51,7 @@ class Credito extends Ideal\Service
$valor = $this->valorService->clean($data['valor']);
$pago = $this->pagoService->add([
'fecha' => $fecha->format('Y-m-d'),
'valor' => $valor * $uf,
'valor' => round($valor * $uf),
'uf' => $uf,
'tipo' => $tipoPago->id
]);