From 649a19fd45d137e66aff025f2eb9cf03399e4c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Jim=C3=A9nez?= Date: Sun, 24 Nov 2024 20:12:40 +0100 Subject: [PATCH] arreglado updatePapeles --- .../js/safekat/pages/presupuestoCliente/disenioInterior.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'); }