arreglados problemas al confirmar con direcciones. También se ha arreglado un problema al generar el resumen

This commit is contained in:
2024-12-14 19:29:13 +01:00
parent 2b9de61864
commit e92179697b
8 changed files with 124 additions and 43 deletions

View File

@ -290,7 +290,7 @@ class Resumen {
this.papelSobrecubierta.text(sobrecubierta.papel);
this.gramajeSobrecubierta.text(sobrecubierta.gramaje);
this.solapasSobrecubierta.text(sobrecubierta.solapas);
this.plastificadoSobrecubierta.text(sobrecubierta.plastificado);
this.plastificadoSobrecubierta.text(sobrecubierta.acabado);
}
else {
this.divSobrecubierta.addClass('d-none');