Merge branch 'hotfix/AIO/2024-04-04' into test-AIO

This commit is contained in:
Patrick Fic
2024-04-04 11:32:01 -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;
}