arreglado updatePapeles

This commit is contained in:
2024-11-24 20:12:40 +01:00
parent f1654ace80
commit 649a19fd45

View File

@ -357,7 +357,10 @@ class DisenioInterior {
this.gramaje = datos.negro.gramaje;
}
}
this.updatePapeles();
if(datos.paginasColorConsecutivas)
this.updatePapeles();
else
this.updatePapeles('negro');
}