feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
315 changed files with 813 additions and 12255 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
]);