From 4acf0c59ca2d8fbdacd87ab52af7ac329bb72501 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 12 Sep 2024 13:25:14 -0700 Subject: [PATCH] IO-2997 Remove unnecessary comment. --- server/accounting/qbo/qbo-payables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/accounting/qbo/qbo-payables.js b/server/accounting/qbo/qbo-payables.js index dbe99ddd1..eacf36f4d 100644 --- a/server/accounting/qbo/qbo-payables.js +++ b/server/accounting/qbo/qbo-payables.js @@ -212,7 +212,7 @@ async function InsertBill(oauthClient, qbo_realmId, req, bill, vendor, bodyshop) AccountBasedExpenseLineDetail: { ...(bill.job.class ? { ClassRef: { value: classes[bill.job.class] } } : {}), AccountRef: { - value: accounts[bodyshop.md_responsibility_centers.taxes.federal_itc.accountdesc] // 373559-1 + value: accounts[bodyshop.md_responsibility_centers.taxes.federal_itc.accountdesc] } },