Merged in release/2024-04-12 (pull request #1410)

IO-2609 Fix Spelling Mistake in object name
This commit is contained in:
Allan Carr
2024-04-11 21:39:59 +00:00

View File

@@ -147,7 +147,7 @@ export function* calculateScheduleLoad({ payload: end }) {
(load[itemDate].hoursIn || 0) +
item.labhrs.aggregate.sum.mod_lb_hrs +
item.larhrs.aggregate.sum.mod_lb_hrs;
load[itemDate].hoursInBoyd =
load[itemDate].hoursInBody =
(load[itemDate].hoursInBody || 0) +
item.labhrs.aggregate.sum.mod_lb_hrs;
load[itemDate].hoursInRefinish =