Resolve job costing.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user