CC-3921: Add mobile phone number field to user record
-done
This commit is contained in:
parent
3f0a06ee2b
commit
9cabd4d32c
10 changed files with 119 additions and 19 deletions
|
@ -10,6 +10,7 @@ function populateForm(entries){
|
|||
$('#last_name').val(entries.last_name);
|
||||
$('#type').val(entries.type);
|
||||
$('#email').val(entries.email);
|
||||
$('#cell_phone').val(entries.cell_phone);
|
||||
$('#skype').val(entries.skype_contact);
|
||||
$('#jabber').val(entries.jabber_contact);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue