From daca044cf39efe44431b700e64030cea96b319aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Jim=C3=A9nez?= Date: Mon, 30 Sep 2024 08:52:14 +0200 Subject: [PATCH] modificado datosgenerales.js --- .../js/safekat/pages/presupuestoCliente/datosGenerales.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/httpdocs/assets/js/safekat/pages/presupuestoCliente/datosGenerales.js b/httpdocs/assets/js/safekat/pages/presupuestoCliente/datosGenerales.js index 2fcd0b57..7c581044 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoCliente/datosGenerales.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoCliente/datosGenerales.js @@ -57,8 +57,8 @@ class DatosGenerales { element.closest('.image-presupuesto').toggleClass('selected'); } - #handlePaginas(event) { - let paginas = this.paginas.val(); + #handlePaginas() { + let paginasNegro = this.paginasNegro.val(); let paginasColor = this.paginasColor.val(); @@ -87,7 +87,6 @@ class DatosGenerales { } } - if (totalPaginas < 12 || totalPaginas > 40) { this.domItem.find('#grapado').removeClass('selected'); this.domItem.find('#grapado').find('.image-presupuesto').removeClass('selected');