added totals to labor allocations
This commit is contained in:
@@ -9,7 +9,7 @@ export const CalculateAllocationsTotals = (
|
||||
) => {
|
||||
// console.log("🚀 ~ file: adjustments", adjustments);
|
||||
// console.log("🚀 ~ file: bodyshop", bodyshop);
|
||||
console.log("🚀 ~ file: joblines", joblines);
|
||||
// console.log("🚀 ~ file: joblines", joblines);
|
||||
// console.log("🚀 ~ file: timetickets", timetickets);
|
||||
const responsibilitycenters = bodyshop.md_responsibility_centers;
|
||||
const jobCodes = joblines.map((item) => item.mod_lbr_ty);
|
||||
|
||||
Reference in New Issue
Block a user