Use trial request name for Close.io leads
This commit is contained in:
parent
d37627ad59
commit
4e0ee60dce
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ class Lead {
|
|||
}
|
||||
this.trial_created = trialRequest.created;
|
||||
this.trial_userID = trialRequest.applicant;
|
||||
if (this.trial_name) this.name = this.trial_name;
|
||||
this.userID = trialRequest.applicant;
|
||||
}
|
||||
addUser(user) {
|
||||
|
|
Reference in a new issue