IO-1152 Missed in last commit.
This commit is contained in:
@@ -221,7 +221,7 @@ const generateInvoiceQbxml = (
|
|||||||
amount: Math.round((jobline.act_price || 0) * 100),
|
amount: Math.round((jobline.act_price || 0) * 100),
|
||||||
})
|
})
|
||||||
.multiply(jobline.part_qty || 0)
|
.multiply(jobline.part_qty || 0)
|
||||||
.percentage(jobline.prt_dsmk_p)
|
.percentage(jobline.prt_dsmk_p || 0)
|
||||||
);
|
);
|
||||||
const account = responsibilityCenters.profits.find(
|
const account = responsibilityCenters.profits.find(
|
||||||
(i) => jobline.profitcenter_part.toLowerCase() === i.name.toLowerCase()
|
(i) => jobline.profitcenter_part.toLowerCase() === i.name.toLowerCase()
|
||||||
|
|||||||
Reference in New Issue
Block a user