Merge branch 'bugfix/mnd-formatting' into 'develop'
changed formatting for mdn from . to - ### Summary Changing MDN separator format from . to - ### JIRA Ticket https://onejira.verizon.com/browse/ONEAPP-3844 Co-authored-by: Rebecca Antonelli <rebecca.antonelli@verizon.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/946
This commit is contained in:
commit
14117c84a6
@ -150,8 +150,8 @@
|
||||
if(mdn.length == LengthContactNumber) {
|
||||
NSMutableString * newmdn = [NSMutableString stringWithCapacity:14];
|
||||
[newmdn appendString:mdn];
|
||||
[newmdn insertString:@"." atIndex:6];
|
||||
[newmdn insertString:@"." atIndex:3];
|
||||
[newmdn insertString:@"-" atIndex:6];
|
||||
[newmdn insertString:@"-" atIndex:3];
|
||||
|
||||
return newmdn;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user