mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
comparador cubierta y sobrecubierta terminado
This commit is contained in:
@ -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
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user