diff --git a/src/Domains/Connectors/Zoho/Workflows/ZohoLeadActivity.php b/src/Domains/Connectors/Zoho/Workflows/ZohoLeadActivity.php index 35d9019cd..18457ec0b 100644 --- a/src/Domains/Connectors/Zoho/Workflows/ZohoLeadActivity.php +++ b/src/Domains/Connectors/Zoho/Workflows/ZohoLeadActivity.php @@ -110,8 +110,8 @@ protected function assignAgent( } if ($agentInfo) { - $lead->users_id = $agentInfo->users_id; - $lead->saveOrFail(); + //$lead->users_id = $agentInfo->users_id; + //$lead->saveOrFail(); } if ($agentInfo && $agentInfo->get('over_write_owner')) {