parece terminado los envios

This commit is contained in:
2025-04-24 00:32:53 +02:00
parent 8b949a3173
commit f7b9c23f69
9 changed files with 426 additions and 236 deletions

View File

@ -144,7 +144,7 @@ class PresupuestoService extends BaseService
$maquina->velocidad
);
$tiempo = round($tiempo, 2);
[$precio_hora, $margen_precio_hora] = $clientePreciosModel->get_precio_hora($cliente_id, $config, $tiempo);
[$precio_hora, $margen_precio_hora] = $clientePreciosModel->get_precio_hora($cliente_id, $config, round($tiempo, 2));
if (is_null($precio_hora)) {