mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Arreglado preview grapado
This commit is contained in:
@ -1749,8 +1749,8 @@ class PresupuestoService extends BaseService
|
||||
$linea = PresupuestoService::getLineaPresupuestoPlana($data);
|
||||
|
||||
if ($tipo_impresion_id == 5 || $tipo_impresion_id == 6 ||
|
||||
$tipo_impresion_id == 7 || $tipo_impresion_id == 8 || $tipo_impresion_id == 21) {
|
||||
|
||||
$tipo_impresion_id == 7 || $tipo_impresion_id == 8) {
|
||||
|
||||
if ($uso == 'cubierta'){
|
||||
$linea['fields']['num_formas']['num_formas_horizontales'] *= 2;
|
||||
$linea['fields']['num_formas']['value'] *= 2;
|
||||
|
||||
Reference in New Issue
Block a user