Fixes for quote services
This commit is contained in:
parent
4bf6ea8e75
commit
9be33bfdf7
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class CreateInvitations
|
|||
|
||||
private function createBlankContact()
|
||||
{
|
||||
$new_contact = ClientContacstFactory::create($this->quote->company_id, $this->quote->user_id);
|
||||
$new_contact = ClientContactFactory::create($this->quote->company_id, $this->quote->user_id);
|
||||
$new_contact->client_id = $this->quote->client_id;
|
||||
$new_contact->contact_key = Str::random(40);
|
||||
$new_contact->is_primary = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue