diff --git a/ci4/app/Services/PresupuestoService.php b/ci4/app/Services/PresupuestoService.php index 56232cf3..c6ee31fb 100755 --- a/ci4/app/Services/PresupuestoService.php +++ b/ci4/app/Services/PresupuestoService.php @@ -142,6 +142,7 @@ class PresupuestoService extends BaseService $linea['fields']['precio_click'], $maquina->velocidad ); + $tiempo = round($tiempo, 2); [$precio_hora, $margen_precio_hora] = $clientePreciosModel->get_precio_hora($cliente_id, $config, $tiempo);