feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
331 changed files with 834 additions and 13304 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
]);