IO-1297 Adjust Job Costing after Invoicing
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user