From 8dd0e12398771cbc724ae0a43ae7dc5cf85d58e1 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Fri, 2 Aug 2024 15:12:51 -0700 Subject: [PATCH] Dinero Object Signed-off-by: Allan Carr --- server/accounting/qb-receivables-lines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/accounting/qb-receivables-lines.js b/server/accounting/qb-receivables-lines.js index 625a72cc2..5300cc822 100644 --- a/server/accounting/qb-receivables-lines.js +++ b/server/accounting/qb-receivables-lines.js @@ -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" }