IO-233 WIP CDK

This commit is contained in:
Patrick Fic
2021-09-09 15:18:43 -07:00
parent f3e078b481
commit 22e30ae5cb
4 changed files with 74 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ export const CalculateAllocationsTotals = (
const r = {
opcode: value,
cost_center: responsibilitycenters.defaults.costs[value],
mod_lbr_ty: value,
total: joblines.reduce((acc2, val2) => {
return val2.mod_lbr_ty === value ? acc2 + val2.mod_lb_hrs : acc2;
}, 0),