Dinero Object

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2024-08-02 15:12:51 -07:00
parent a8b0931659
commit 8dd0e12398

View File

@@ -770,7 +770,7 @@ exports.default = function ({ bodyshop, jobs_by_pk, qbo = false, items, taxCodes
},
Desc: "Storage",
Quantity: 1,
Amount: Dinero(job_totals.rates[key]).adjustment.toFormat(DineroQbFormat),
Amount: Dinero(job_totals.rates[key].adjustment).toFormat(DineroQbFormat),
SalesTaxCodeRef: {
FullName: bodyshop.md_responsibility_centers.taxes.itemexemptcode || "NON"
}