Merged in feature/IO-3503-Job-Costing-Fixes (pull request #2881)

IO-3503 Job Costing Fixes for CAD
This commit is contained in:
Allan Carr
2026-01-23 22:17:09 +00:00

View File

@@ -522,10 +522,7 @@ function GenerateCostingData(job) {
}
}
if (InstanceManager({ imex: true, rome: false })) {
//this might need to be removed for ImEX
jobLineTotalsByProfitCenter.parts[key] = jobLineTotalsByProfitCenter.parts[key].add(disc).add(markup);
} else {
if (InstanceManager({ rome: true })) {
const correspondingCiecaStlTotalLine = job.cieca_stl?.data.find(
(c) => c.ttl_typecd === convertedKey.toUpperCase()
);