From 8c771d9779a2bd866f3bbbe2fd94eb745ca05c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Jim=C3=A9nez?= Date: Thu, 20 Feb 2025 20:13:20 +0100 Subject: [PATCH] corregido --- .../js/safekat/pages/presupuestoAdmin/sections/resumen.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/resumen.js b/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/resumen.js index 4cd7e5a7..9ea9e596 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/resumen.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/resumen.js @@ -138,10 +138,10 @@ class Resumen { sumForFactor -= parseFloat($('#' + rowData.row_id + '_margenClicks').val()) - if (!isNaN(parseFloat($('#' + rowData.row_id + '_totalTinta').val()))) { + /*if (!isNaN(parseFloat($('#' + rowData.row_id + '_totalTinta').val()))) { totalImpresion += parseFloat($('#' + rowData.row_id + '_totalTinta').val()) sumForFactor += parseFloat($('#' + rowData.row_id + '_totalTinta').val()) - } + }*/ } }) }