mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'fix/tiempo_maquina_decimales' into 'main'
redondeado el tiempo de maquina a2 decimales See merge request jjimenez/safekat!522
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user