solucionados fallos en el calculo del ancho y alto maximo en faja

This commit is contained in:
2025-02-05 19:45:36 +01:00
parent c596b9ea3a
commit ad83489840
4 changed files with 18 additions and 10 deletions

View File

@ -524,7 +524,7 @@ class Comparador {
this.gramajeSobrecubierta.setOption(datos.json_data.sobrecubierta.gramaje, datos.json_data.sobrecubierta.gramaje);
}
if (datos.json_data.guardas) {
this.carasGuardas.val(datos.json_data.guardas.paginas_impresion).trigger('change');
this.carasGuardas.val(datos.json_data.guardas.paginas).trigger('change');
this.papelGuardas.setOption(datos.json_data.guardas.papel_id, datos.json_data.guardas.papel_nombre);
this.gramajeGuardas.setOption(datos.json_data.guardas.gramaje, datos.json_data.guardas.gramaje);
}