From fbfa70a73432a16f97d9e52a1209cfb9bcc8f8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Jim=C3=A9nez?= Date: Mon, 24 Feb 2025 20:59:32 +0100 Subject: [PATCH] realizada la lista --- .../assets/js/safekat/pages/tarifas/serviciosAcabado/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpdocs/assets/js/safekat/pages/tarifas/serviciosAcabado/list.js b/httpdocs/assets/js/safekat/pages/tarifas/serviciosAcabado/list.js index 2cbdd2d3..f92de65e 100644 --- a/httpdocs/assets/js/safekat/pages/tarifas/serviciosAcabado/list.js +++ b/httpdocs/assets/js/safekat/pages/tarifas/serviciosAcabado/list.js @@ -11,7 +11,7 @@ class listServiciosAcabado{ { data: 'nombre', searchable: true, sortable: true, width: "40%" }, { data: 'acabado_cubierta', sortable: true, width: "10%", render: this.#renderBoolCell.bind(this) }, { data: 'acabado_sobrecubierta', sortable: false, width: "10%", render: this.#renderBoolCell.bind(this) }, - { data: 'mostrar_en_presupuesto_cliente', searchable: false, sortable: true, width: "10%", render: this.#renderBoolCell.bind(this) }, + { data: 'mostrar_en_presupuesto_cliente', searchable: false, sortable: true, width: "1exit0%", render: this.#renderBoolCell.bind(this) }, { data: 'user_updated', searchable: true, sortable: true }, { data: 'updated_at', searchable: false, sortable: true }, {