mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
corregidas direfencias en totales presupuestos. tiradas alternativas ok. corregido calculo envio base
This commit is contained in:
@ -980,7 +980,7 @@ class PresupuestoService extends BaseService
|
||||
//'color' => 1,
|
||||
'rotativa' => 0,
|
||||
);
|
||||
} else if ($uso == 'sobrecubierta') {
|
||||
} else if ($uso == 'sobrecubierta' || $uso == 'faja') {
|
||||
$opciones_papel = array(
|
||||
'sobrecubierta' => 1,
|
||||
//'color' => 1,
|
||||
|
||||
Reference in New Issue
Block a user