diff --git a/app/src/Controller/Ventas/Cuotas.php b/app/src/Controller/Ventas/Cuotas.php index 848111e..3d7e11f 100644 --- a/app/src/Controller/Ventas/Cuotas.php +++ b/app/src/Controller/Ventas/Cuotas.php @@ -1,14 +1,14 @@ $body["fecha{$i}"], 'banco' => (int) $body["banco{$i}"], 'identificador' => $body["identificador{$i}"], - 'valor' => $valorService->clean($body["valor{$i}"]), + 'valor' => $valorService->clean(str_replace('.', '', $body["valor{$i}"])), 'numero' => $i + 1, ]; $pieService->addCuota($data);