arreglado fallo en la obtención del papel interior en presu cliente

This commit is contained in:
2025-02-27 16:29:31 +01:00
parent b126c910d6
commit dfa9f76621
2 changed files with 7 additions and 3 deletions

View File

@ -125,7 +125,7 @@ class DisenioInterior {
{
[this.csrf_token]: this.csrf_hash,
tirada: $('#tirada').val(),
tipo: this.getTipoImpresion(),
tipo: () => this.getTipoImpresion(),
ancho: this.presupuestoCliente.datosGenerales.getDimensionLibro().ancho,
alto: this.presupuestoCliente.datosGenerales.getDimensionLibro().alto,
solapas: 0,
@ -144,7 +144,7 @@ class DisenioInterior {
{
[this.csrf_token]: this.csrf_hash,
tirada: $('#tirada').val(),
tipo: this.getTipoImpresion(),
tipo: () => this.getTipoImpresion(),
ancho: this.presupuestoCliente.datosGenerales.getDimensionLibro().ancho,
alto: this.presupuestoCliente.datosGenerales.getDimensionLibro().alto,
solapas: 0,