Merge branch 'hotfix/AIO/2024-04-04' into master-AIO
This commit is contained in:
@@ -770,7 +770,7 @@ const getAdditionalCostCenter = (jl, profitCenters) => {
|
|||||||
return profitCenters["TOW"];
|
return profitCenters["TOW"];
|
||||||
} else if (jl.act_price > 0) {
|
} else if (jl.act_price > 0) {
|
||||||
//TODO:AIO Ensure that this is tested.
|
//TODO:AIO Ensure that this is tested.
|
||||||
ret.profitcenter_part = defaults.profits["PAO"];
|
return profitCenters["PAO"];
|
||||||
} else {
|
} else {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user