From f6684563cf3336f7af8c403d7b79a23096c730fb Mon Sep 17 00:00:00 2001 From: Jaime Jimenez Date: Wed, 15 Jan 2025 09:33:02 +0100 Subject: [PATCH] quitada faja color de la lista de items --- .../form/presupuestos/admin/_datosLibroItems.php | 12 ------------ .../pages/presupuestoAdmin/sections/datosLibro.js | 2 -- 2 files changed, 14 deletions(-) diff --git a/ci4/app/Views/themes/vuexy/form/presupuestos/admin/_datosLibroItems.php b/ci4/app/Views/themes/vuexy/form/presupuestos/admin/_datosLibroItems.php index 5da22f96..6adb6fc9 100644 --- a/ci4/app/Views/themes/vuexy/form/presupuestos/admin/_datosLibroItems.php +++ b/ci4/app/Views/themes/vuexy/form/presupuestos/admin/_datosLibroItems.php @@ -214,18 +214,6 @@ - -
-
-
- -
-
-
-
diff --git a/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/datosLibro.js b/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/datosLibro.js index bc1f8e94..7de4c33a 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/datosLibro.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/datosLibro.js @@ -49,7 +49,6 @@ class DatosLibro { this.retractilado = this.domItem.find('#retractilado'); this.retractilado5 = this.domItem.find('#retractilado5'); - this.imprimirFajaColor = this.domItem.find('#fajaColor'); this.prototipo = this.domItem.find('#prototipo'); this.ferro = this.domItem.find('#ferro'); this.ferroDigital = this.domItem.find('#ferroDigital'); @@ -427,7 +426,6 @@ class DatosLibro { this.retractilado.prop('checked', datos.retractilado); this.retractilado5.prop('checked', datos.retractilado5); - this.imprimirFajaColor.prop('checked', datos.fajaColor); this.prototipo.prop('checked', datos.prototipo); this.ferro.prop('checked', datos.ferro); this.ferroDigital.prop('checked', datos.ferroDigital);