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),
|
||||
})
|
||||
.multiply(jobline.part_qty || 0)
|
||||
.percentage(jobline.prt_dsmk_p)
|
||||
.percentage(jobline.prt_dsmk_p || 0)
|
||||
);
|
||||
const account = responsibilityCenters.profits.find(
|
||||
(i) => jobline.profitcenter_part.toLowerCase() === i.name.toLowerCase()
|
||||
|
||||
Reference in New Issue
Block a user