From 7bfe9c002a676a72bb5ff7f09d6e6aaaa95cddce Mon Sep 17 00:00:00 2001 From: Jaime Jimenez Date: Wed, 2 Jul 2025 14:14:21 +0200 Subject: [PATCH] arreglado el cambio del tipo de libro para que recalcule el presupuesto --- .../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 640e38bf..76160bb6 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoCliente/datosGenerales.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoCliente/datosGenerales.js @@ -769,7 +769,7 @@ class DatosGenerales { } // Para recalcular el presupuesto - $('#paginas').trigger('change'); + $('.input-paginas').trigger('change'); } #handlePaginas() {