communication followers: mobile phone display text
This commit is contained in:
parent
ca22a60b83
commit
7ab7a7094a
@ -273,13 +273,14 @@ class CustomerCommunication {
|
||||
continue;
|
||||
}
|
||||
const mp = String(f.MobilePhone).trim();
|
||||
const mpDisplay = String(f.MobilePhoneDisplayText).trim();
|
||||
const email = String(f.Email).trim();
|
||||
const tips = [];
|
||||
if (f.SendEmail) {
|
||||
tips.push(r('emailsToColon', 'Emails to:') + ` ${email}`);
|
||||
}
|
||||
if (f.SendText) {
|
||||
tips.push(r('textsToColon', 'Texts to:' + ` ${mp}`));
|
||||
tips.push(r('textsToColon', 'Texts to:' + ` ${mpDisplay}`));
|
||||
}
|
||||
let icon;
|
||||
if (f.SendText && f.SendEmail) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user