IO-2997 Remove unnecessary comment.

This commit is contained in:
Patrick Fic
2024-09-12 13:25:14 -07:00
parent 2858a5e871
commit 4acf0c59ca

View File

@@ -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]
}
},