From 81d52f0064c63d9ddcd072d60f93c255a3c664c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Jim=C3=A9nez?= Date: Fri, 29 Nov 2024 17:08:50 +0100 Subject: [PATCH] =?UTF-8?q?eliminada=20la=20funcion=20de=20comprobar=20tam?= =?UTF-8?q?a=C3=B1o=20maximo=20en=20el=20presupuesto=20administrador?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vuexy/form/presupuestos/admin/_datosServiciosItems.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci4/app/Views/themes/vuexy/form/presupuestos/admin/_datosServiciosItems.php b/ci4/app/Views/themes/vuexy/form/presupuestos/admin/_datosServiciosItems.php index 12c35b60..d6fbe850 100644 --- a/ci4/app/Views/themes/vuexy/form/presupuestos/admin/_datosServiciosItems.php +++ b/ci4/app/Views/themes/vuexy/form/presupuestos/admin/_datosServiciosItems.php @@ -318,6 +318,8 @@ init_servicio_extra() + /* ELIMINADO PARA COMPROBAR EL MAXIMO DE SOLAPAS DESDE EL BACKEND + PENDIENTE $('.solapas_cubierta').on('change', function(){ const ancho_libro = getDimensionLibro().ancho; @@ -337,6 +339,7 @@ } $('#compGramajeCubierta').trigger('change') + }) @@ -360,5 +363,7 @@ $('#compGramajeSobrecubierta').trigger('change') }) + + */ endSection() ?>