Merge branch 'iss/precios_envio' into 'main'

resuelto el problema al editar

See merge request jjimenez/safekat!59
This commit is contained in:
2023-08-31 12:32:42 +00:00

View File

@ -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: '<a href="javascript:void(0);"><i class="ti ti-x"></i></a>',