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