ItEr34S16CUVistaRecursosTempoEmpresaItEr30S11: Fixed problem with overload due to other orders.

This commit is contained in:
Manuel Rego Casasnovas 2009-11-16 13:12:07 +01:00 committed by Javier Moran Rua
parent 406e9044e4
commit a5aefc407f

View file

@ -495,7 +495,7 @@ public abstract class OrderPlanningModel implements IOrderPlanningModel {
- workableHours;
} else {
otherLoad += 0;
otherOverload += hoursOrder;
otherOverload += hoursOther;
}
}
}