Skip to content

Commit

Permalink
Merge pull request #920 from bakaphp/feat-agent-owner-id
Browse files Browse the repository at this point in the history
Merge pull request #916 from bakaphp/development
  • Loading branch information
kaioken authored Feb 9, 2024
2 parents fccb5b3 + 4d3f62b commit 7500f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Domains/Connectors/Zoho/Workflows/ZohoLeadActivity.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 7500f69

Please sign in to comment.