mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
corregido error en papeles especiales
This commit is contained in:
@ -38,7 +38,7 @@ class DisenioCubierta {
|
||||
solapas: () => {return $('#solapas_cubierta').hasClass("d-none") ? 0 : $('#solapas_cubierta').val()},
|
||||
lomo: () => {return $('#lc').val()},
|
||||
tapa_dura: () => {return this.tapaBlanda.hasClass("selected") ? 0 : 1},
|
||||
tirada: this.presupuestoCliente.datosGenerales.getTiradas()[0],
|
||||
tirada: () => {return this.presupuestoCliente.datosGenerales.getTiradas()[0]},
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@ -57,7 +57,7 @@ class DisenioInterior {
|
||||
{
|
||||
[this.csrf_token]: this.csrf_hash,
|
||||
tipo: this.getTipoImpresion(),
|
||||
tirada: () => {return $('#tirada').val()},
|
||||
tirada: () => {{return this.presupuestoCliente.datosGenerales.getTiradas()[0]}},
|
||||
ancho: () => {return this.presupuestoCliente.datosGenerales.getDimensionLibro().ancho},
|
||||
alto: () => {return this.presupuestoCliente.datosGenerales.getDimensionLibro().alto},
|
||||
solapas: 0,
|
||||
|
||||
Reference in New Issue
Block a user