Merged in release/2022-10-03 (pull request #593)
IO-2054 Resolve issue for multi AR.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user