Fixes for quote services

This commit is contained in:
David Bomba 2021-08-24 15:58:43 +10:00
parent 4bf6ea8e75
commit 9be33bfdf7

View File

@ -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;