IO-1723 Job Costing Additional Items

This commit is contained in:
Patrick Fic
2022-02-09 15:06:00 -08:00
parent 6c0bf67f37
commit 415d6cca29
5 changed files with 51 additions and 1 deletions

View File

@@ -739,6 +739,8 @@ const getAdditionalCostCenter = (jl, profitCenters) => {
return profitCenters["MAPA"];
} else if (lineDesc.includes("ats amount")) {
return profitCenters["ATS"];
} else if (lineDesc.includes("towing")) {
return profitCenters["TOW"];
} else {
return null;
}