IO-2609 Fix Spelling Mistake in object name
Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
@@ -147,7 +147,7 @@ export function* calculateScheduleLoad({ payload: end }) {
|
|||||||
(load[itemDate].hoursIn || 0) +
|
(load[itemDate].hoursIn || 0) +
|
||||||
item.labhrs.aggregate.sum.mod_lb_hrs +
|
item.labhrs.aggregate.sum.mod_lb_hrs +
|
||||||
item.larhrs.aggregate.sum.mod_lb_hrs;
|
item.larhrs.aggregate.sum.mod_lb_hrs;
|
||||||
load[itemDate].hoursInBoyd =
|
load[itemDate].hoursInBody =
|
||||||
(load[itemDate].hoursInBody || 0) +
|
(load[itemDate].hoursInBody || 0) +
|
||||||
item.labhrs.aggregate.sum.mod_lb_hrs;
|
item.labhrs.aggregate.sum.mod_lb_hrs;
|
||||||
load[itemDate].hoursInRefinish =
|
load[itemDate].hoursInRefinish =
|
||||||
|
|||||||
Reference in New Issue
Block a user