Merged in feature/IO-2854-ProManager-Profile-Discounts (pull request #1567)
Dinero Object
This commit is contained in:
@@ -770,7 +770,7 @@ exports.default = function ({ bodyshop, jobs_by_pk, qbo = false, items, taxCodes
|
|||||||
},
|
},
|
||||||
Desc: "Storage",
|
Desc: "Storage",
|
||||||
Quantity: 1,
|
Quantity: 1,
|
||||||
Amount: Dinero(job_totals.rates[key]).adjustment.toFormat(DineroQbFormat),
|
Amount: Dinero(job_totals.rates[key].adjustment).toFormat(DineroQbFormat),
|
||||||
SalesTaxCodeRef: {
|
SalesTaxCodeRef: {
|
||||||
FullName: bodyshop.md_responsibility_centers.taxes.itemexemptcode || "NON"
|
FullName: bodyshop.md_responsibility_centers.taxes.itemexemptcode || "NON"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user