errores presupuesto

This commit is contained in:
2024-10-19 10:38:13 +02:00
parent 643e325e59
commit 8135e635ab
5 changed files with 1793 additions and 7 deletions

View File

@ -109,7 +109,7 @@ class Resumen {
this.cubiertaAcabados.text(this.disenioCubierta.getAcabados(true));
if (this.disenioCubierta.getSobrecubierta()) {
this.divSobrecubierta.rempveClass('d-none');
this.divSobrecubierta.removeClass('d-none');
const sobrecubierta = this.disenioCubierta.getSobrecubierta(true);
this.papelSobrecubierta.text(sobrecubierta.papel);
this.gramajeSobrecubierta.text(sobrecubierta.gramaje);