resuelto: no hay que sumar las horas para el calculo del divisor del factor

This commit is contained in:
2025-07-01 14:19:03 +02:00
parent 911124287f
commit b9360ef7e5

View File

@ -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;