Change Car_BODY fanavaran default client code and id to parsian

This commit is contained in:
SepehrYahyaee
2026-09-16 14:16:44 +03:30
parent fee0bcb5be
commit ecf69cc332

View File

@@ -28,8 +28,8 @@ export function mapEsgCarBodyPolicyToInquiry(
// Provider responses do not currently include an insurer company identity. // Provider responses do not currently include an insurer company identity.
companyId: policy.CompanyId ?? null, companyId: policy.CompanyId ?? null,
CompanyCode: policy.CompanyId ?? null, CompanyCode: policy.CompanyId ?? "8",
CompanyName: policy.CompanyName ?? null, CompanyName: policy.CompanyName ?? "بیمه پارسیان",
// The lookup's customer is the policyholder/owner, not the insurer. // The lookup's customer is the policyholder/owner, not the insurer.
insurerName: null, insurerName: null,