Skip to content

Commit dd0d59f

Browse files
authored
Merge pull request mesilov#73 from s-belichenko-sold/master
Adding a pair of fields for the Lead
2 parents 7a60588 + 87c5b86 commit dd0d59f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/presets/crm/lead/fields.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,18 @@ class Fields
141141
* @var string Phone. Can be read, can be write
142142
*/
143143
const PHONE = 'PHONE';
144+
/**
145+
* @var string Mobile phone. Can be read, can be write
146+
*/
147+
const PHONE_MOBILE = 'PHONE_MOBILE';
144148
/**
145149
* @var string E-mail. Can be read, can be write
146150
*/
147151
const EMAIL = 'EMAIL';
152+
/**
153+
* @var string Over e-mail. Can be read, can be write
154+
*/
155+
const EMAIL_OTHER = 'EMAIL_OTHER';
148156
/**
149157
* @var string Website Can be read, can be write
150158
*/
@@ -193,4 +201,4 @@ class Fields
193201
* @var string Can be read and write.
194202
*/
195203
const UTM_TERM = 'UTM_TERM';
196-
}
204+
}

0 commit comments

Comments
 (0)