From 375856bd68146ed77b2ab10ad12a0d5e35d75dbd Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 3 Feb 2022 12:15:33 -0800 Subject: [PATCH] Remove customer name from QBO payables. --- server/accounting/qbo/qbo-payables.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/server/accounting/qbo/qbo-payables.js b/server/accounting/qbo/qbo-payables.js index 80bd07f54..7610537d2 100644 --- a/server/accounting/qbo/qbo-payables.js +++ b/server/accounting/qbo/qbo-payables.js @@ -183,9 +183,7 @@ async function InsertBill(oauthClient, qbo_realmId, req, bill, vendor) { DocNumber: bill.invoice_number, //...(bill.job.class ? { ClassRef: { Id: classes[bill.job.class] } } : {}), - PrivateNote: `RO ${bill.job.ro_number || ""} OWNER ${ - bill.job.ownr_fn || "" - } ${bill.job.ownr_ln || ""} ${bill.job.ownr_co_nm || ""}`, + PrivateNote: `RO ${bill.job.ro_number || ""}`, Line: bill.billlines.map((il) => generateBillLine( il,