mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
arreglados problemas al confirmar con direcciones. También se ha arreglado un problema al generar el resumen
This commit is contained in:
@ -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');
|
||||
|
||||
Reference in New Issue
Block a user