diff --git a/httpdocs/assets/js/safekat/pages/presupuestoCliente/disenioInterior.js b/httpdocs/assets/js/safekat/pages/presupuestoCliente/disenioInterior.js index c291b498..368c0ef6 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoCliente/disenioInterior.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoCliente/disenioInterior.js @@ -357,7 +357,10 @@ class DisenioInterior { this.gramaje = datos.negro.gramaje; } } - this.updatePapeles(); + if(datos.paginasColorConsecutivas) + this.updatePapeles(); + else + this.updatePapeles('negro'); }