From a3d0f3ca7ad5bfff3127f4a71e4b25da88b79c61 Mon Sep 17 00:00:00 2001 From: Jaime Jimenez Date: Thu, 31 Aug 2023 14:32:07 +0200 Subject: [PATCH] resuelto el problema al editar --- .../backend/vuexy/form/tarifas/envios/viewTarifaEnvioForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci4/app/Views/themes/backend/vuexy/form/tarifas/envios/viewTarifaEnvioForm.php b/ci4/app/Views/themes/backend/vuexy/form/tarifas/envios/viewTarifaEnvioForm.php index 07dfc502..b9d57ef6 100644 --- a/ci4/app/Views/themes/backend/vuexy/form/tarifas/envios/viewTarifaEnvioForm.php +++ b/ci4/app/Views/themes/backend/vuexy/form/tarifas/envios/viewTarifaEnvioForm.php @@ -506,7 +506,7 @@ const lastColNr2 = $('#tableOfPrecios').find("tr:first th").length - 1; // Activate an inline edit on click of a table cell $('#tableOfPrecios').on( 'click', 'tbody span.edit', function (e) { - editor.inline( + editor2.inline( theTable2.cells(this.parentNode.parentNode, '*').nodes(), { cancelHtml: '',