- Merge AIO

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-04-05 09:35:35 -04:00
36 changed files with 2017 additions and 177 deletions

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;
}