trabajando en resumen

This commit is contained in:
2025-02-04 09:26:32 +01:00
parent 61c2e885eb
commit 430cf0fd6c
5 changed files with 105 additions and 63 deletions

View File

@ -1826,7 +1826,7 @@ class PresupuestoService extends BaseService
}
}
if ($uso == 'cubierta' || $uso == 'sobrecubierta') {
if ($uso == 'cubierta' || $uso == 'sobrecubierta' || $uso == 'faja') {
$linea['fields']['dimension_desarrollo']['ancho'] = $datosPedido->anchoExteriores;
$linea['fields']['dimension_desarrollo']['alto'] = $datosPedido->altoExteriores;