We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a60588 + 87c5b86 commit dd0d59fCopy full SHA for dd0d59f
src/presets/crm/lead/fields.php
@@ -141,10 +141,18 @@ class Fields
141
* @var string Phone. Can be read, can be write
142
*/
143
const PHONE = 'PHONE';
144
+ /**
145
+ * @var string Mobile phone. Can be read, can be write
146
+ */
147
+ const PHONE_MOBILE = 'PHONE_MOBILE';
148
/**
149
* @var string E-mail. Can be read, can be write
150
151
const EMAIL = 'EMAIL';
152
153
+ * @var string Over e-mail. Can be read, can be write
154
155
+ const EMAIL_OTHER = 'EMAIL_OTHER';
156
157
* @var string Website Can be read, can be write
158
@@ -193,4 +201,4 @@ class Fields
193
201
* @var string Can be read and write.
194
202
195
203
const UTM_TERM = 'UTM_TERM';
196
-}
204
+}
0 commit comments