QB/O Exporting Adjustments

This commit is contained in:
Patrick Fic
2023-09-28 09:31:32 -07:00
parent 805149daea
commit 68b4bc66ff
4 changed files with 39 additions and 31 deletions

View File

@@ -972,6 +972,8 @@ const getAdditionalCostCenter = (jl, profitCenters) => {
return profitCenters["ATS"];
} else if (lineDesc.includes("towing")) {
return profitCenters["TOW"];
} else if (jl.act_price > 0) {
ret.profitcenter_part = defaults.profits["PAO"];
} else {
return null;
}