From 7d1eef9b2808535ac7a07e43a17cf88e21b50b40 Mon Sep 17 00:00:00 2001 From: Jaime Jimenez Date: Tue, 17 Jun 2025 09:38:44 +0200 Subject: [PATCH] =?UTF-8?q?grapado=20s=C3=B3lo=20tapa=20blanda?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../safekat/pages/presupuestoCliente/datosGenerales.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/httpdocs/assets/js/safekat/pages/presupuestoCliente/datosGenerales.js b/httpdocs/assets/js/safekat/pages/presupuestoCliente/datosGenerales.js index c49b5236..42d69c6c 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoCliente/datosGenerales.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoCliente/datosGenerales.js @@ -617,6 +617,16 @@ class DatosGenerales { if (this.grapado.hasClass('selected') || this.espiral.hasClass('selected')) { $('#addSobrecubierta').prop('checked', false).trigger('change'); $(".sobrecubierta-items").addClass('d-none'); + + if (this.grapado.hasClass('selected')){ + + $("#tapaBlanda").addClass('selected'); + $("#tapaBlanda").removeClass('d-none'); + $("#tapaDura").addClass('d-none'); + $("#tapaDura").removeClass('selected'); + $("#tapaDuraLomoRedondo").addClass('d-none'); + $("#tapaDuraLomoRedondo").addClass('selected'); + } } else { if ($('#addSobrecubierta').hasClass('d-none')) {