IO-1297 Adjust Job Costing after Invoicing

This commit is contained in:
Patrick Fic
2021-08-18 14:13:11 -07:00
parent ba5400d04a
commit f8b57ca9bd
3 changed files with 41 additions and 32 deletions

View File

@@ -215,7 +215,7 @@ const generateInvoiceQbxml = (
jobs_by_pk.joblines.map((jobline) => {
//Parts Lines
if (jobline.db_ref === "936008") {
//If either of these DB REFs change, they also need to change in job-totals calculations.
//If either of these DB REFs change, they also need to change in job-totals/job-costing calculations.
hasMapaLine = true;
}
if (jobline.db_ref === "936007") {