This commit is contained in:
2024-10-25 12:12:16 +02:00
parent daa10420c7
commit 0963fae240
3 changed files with 47 additions and 470 deletions

View File

@ -1801,6 +1801,9 @@ class PresupuestoService extends BaseService
$linea = PresupuestoService::getLineaPresupuestoPlana($data);
if (empty($linea))
continue;
if (
$tipo_impresion_id == 5 || $tipo_impresion_id == 6 ||
$tipo_impresion_id == 7 || $tipo_impresion_id == 8
@ -1812,9 +1815,6 @@ class PresupuestoService extends BaseService
}
}
if (empty($linea))
continue;
if (!array_key_exists('tipo_linea', $linea['fields'])) {
if ($isColor) {
if ($isHq)