Merged in release/2025-12-19 (pull request #2765)

IO-3491 QBO SALESTERMSREF
This commit is contained in:
Dave Richer
2025-12-31 17:28:10 +00:00

View File

@@ -283,6 +283,11 @@ async function InsertBill(oauthClient, qbo_realmId, req, bill, vendor, bodyshop)
VendorRef: {
value: vendor.Id
},
...(vendor.TermRef && {
SalesTermRef: {
value: vendor.TermRef.value
}
}),
TxnDate: moment(bill.date)
//.tz(bill.job.bodyshop.timezone)
.format("YYYY-MM-DD"),