diff --git a/server/accounting/qbo/qbo-payments.js b/server/accounting/qbo/qbo-payments.js index 3f729d80d..8ba87150a 100644 --- a/server/accounting/qbo/qbo-payments.js +++ b/server/accounting/qbo/qbo-payments.js @@ -80,7 +80,7 @@ exports.default = async (req, res) => { //QB Multi AR - If it is in this scenario, overwrite whatever defaults are set since multi AR //will always go Source => RO - if (payment.payer !== "Customer") { + if (payment.payer !== "Customer" && payment.payer !== "Insurance") { payment.job.ins_co_nm = payment.payer; twoTierPref = "source"; isThreeTier = false;