From a9a49009ba49c4b9600445ed29bb31cf9be2c54b Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Mon, 19 Jan 2026 10:34:32 -0800 Subject: [PATCH] IO-3498 No SalesTerms for Credits Signed-off-by: Allan Carr --- 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 2876fd9a3..85c989b21 100644 --- a/server/accounting/qbo/qbo-payables.js +++ b/server/accounting/qbo/qbo-payables.js @@ -274,7 +274,7 @@ async function InsertBill(oauthClient, qbo_realmId, req, bill, vendor, bodyshop) VendorRef: { value: vendor.Id }, - ...(vendor.TermRef && { + ...(vendor.TermRef && !bill.is_credit_memo && { SalesTermRef: { value: vendor.TermRef.value }