From b9360ef7e5645a1472a0adaa1a5795e5cab96625 Mon Sep 17 00:00:00 2001 From: Jaime Jimenez Date: Tue, 1 Jul 2025 14:19:03 +0200 Subject: [PATCH] resuelto: no hay que sumar las horas para el calculo del divisor del factor --- .../js/safekat/pages/presupuestoAdmin/sections/resumen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/resumen.js b/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/resumen.js index 09919a89..6a194404 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/resumen.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/resumen.js @@ -187,7 +187,7 @@ class Resumen { totalImpresion += totalCosteClicks + totalCosteHoras + totalCosteTinta + totalCosteCorte; margenImpresion += totalMargenClicks + totalMargenHoras + totalMargenTinta + totalMargenCorte; - sumForFactor += totalCosteClicks + totalCosteTinta + totalCosteCorte; // sin horas + sumForFactor += totalCosteClicks + totalCosteTinta; // sin horas ni corte sumForFactor += totalPapel;