Compare commits

...

1 Commits

Author SHA1 Message Date
Patrick Fic
f85e3d8d60 Resolve job costing. 2024-04-04 11:31:37 -07:00

View File

@@ -770,7 +770,7 @@ const getAdditionalCostCenter = (jl, profitCenters) => {
return profitCenters["TOW"];
} else if (jl.act_price > 0) {
//TODO:AIO Ensure that this is tested.
ret.profitcenter_part = defaults.profits["PAO"];
return profitCenters["PAO"];
} else {
return null;
}