comparador cubierta y sobrecubierta terminado

This commit is contained in:
2024-12-19 11:12:40 +01:00
parent 57c34b768d
commit 77db3104d3
6 changed files with 96 additions and 112 deletions

View File

@ -165,7 +165,7 @@ class PresupuestoClienteService extends BaseService
$lineas_sobrecubierta = array_values(array_unique($lineas_sobrecubierta, SORT_REGULAR));
return[
'cubierta' => $lineas_sobrecubierta
'sobrecubierta' => $lineas_sobrecubierta
];
}