mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
guardado faja datos libro
This commit is contained in:
@ -945,7 +945,7 @@ class PresupuestoService extends BaseService
|
||||
$alto_total += (7 + 2 * self::SANGRE_FORMAS);
|
||||
}
|
||||
// Tapa dura (espiral y wire-0)
|
||||
if ($tipo_impresion_id == 5 || $tipo_impresion_id == 7) {
|
||||
else if ($tipo_impresion_id == 5 || $tipo_impresion_id == 7) {
|
||||
// Sólo se le añade los 20mm de sangre por cada lado
|
||||
$alto_total += (2 * self::SANGRE_FORMAS_CUBIERTA);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user