MERGE_TEST_OPPORTUNITIES_LIVE_ISSUE

This commit is contained in:
Ubuntu 2026-03-30 17:51:21 +05:30
commit f6fc7c2b22
2 changed files with 3 additions and 2 deletions

View File

@ -836,8 +836,8 @@ class LeadsController extends BaseController
'client_short_name' => $data['client_short_name'],
'entity_type_id' => $data['entity_type_id'],
'client_code' => $data['client_code'],
'pan' => $data['pan'],
'gst' => $data['gst'],
'pan' => $data['pan'] ?? null,
'gst' => $data['gst'] ?? null,
'branch_name' => $data['branch_name'],
'branch_code' => $data['branch_code'],
'contact_person_name' => $data['contact_person_name'],

View File

@ -1177,6 +1177,7 @@ class EmployeePolicyModel extends Model
employee_polices.claim_status,
employee_polices.age_band,
employee_polices.tpa_id,
employee_polices.date_coverage,
batch_data.emp_policy_id AS emp_policy_id,