From cdb9afc29022e29eaf9d46267bad8cc33b5efe11 Mon Sep 17 00:00:00 2001 From: Jaime Jimenez Date: Fri, 25 Oct 2024 13:56:37 +0200 Subject: [PATCH] arreglando el lomo de cubierta cuando cambias de fresado a cosido --- .../js/safekat/pages/presupuestoCliente/datosGenerales.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpdocs/assets/js/safekat/pages/presupuestoCliente/datosGenerales.js b/httpdocs/assets/js/safekat/pages/presupuestoCliente/datosGenerales.js index 1c17089c..c58c2bc7 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoCliente/datosGenerales.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoCliente/datosGenerales.js @@ -514,7 +514,7 @@ class DatosGenerales { if (this.fresado.hasClass('selected') || this.cosido.hasClass('selected')) { $('#tapaDuraLomoRedondo').removeClass('d-none'); if (this.cosido.hasClass('selected')) { - $('#tapaDuraLomoRedondo').addClass('selected'); + //$('#tapaDuraLomoRedondo').addClass('selected'); this.divPaginasCuaderillo.removeClass('d-none'); } else {