IO-2054 Resolve issue for multi AR.

This commit is contained in:
Patrick Fic
2022-10-03 08:00:29 -10:00
parent 2b36bcc56b
commit 54feb0b541

View File

@@ -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;