Skip to content

Commit

Permalink
Merge pull request #918 from bakaphp/feat-agent-owner-id
Browse files Browse the repository at this point in the history
fix: signup
  • Loading branch information
kaioken committed Feb 9, 2024
2 parents 2e2f207 + a8b44de commit fccb5b3
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 fccb5b3

Please sign in to comment.