Fixing contact edit order (#6214)

* Fixing contact edit order.

* Update contact_edit.php

* Update contact_phone_edit.php

* Update contact_phone_edit.php
This commit is contained in:
Anthony
2021-12-23 15:07:53 -07:00
committed by GitHub
parent 3b08419e17
commit 44c6ee2be2
3 changed files with 95 additions and 95 deletions
+4 -4
View File
@@ -658,14 +658,14 @@
$contact_phones[$x]['contact_uuid'] = $contact_uuid;
$contact_phones[$x]['contact_phone_uuid'] = uuid();
$contact_phones[$x]['phone_label'] = '';
$contact_phones[$x]['phone_country_code'] = '';
$contact_phones[$x]['phone_number'] = '';
$contact_phones[$x]['phone_extension'] = '';
$contact_phones[$x]['phone_speed_dial'] = '';
$contact_phones[$x]['phone_type_voice'] = '';
$contact_phones[$x]['phone_type_fax'] = '';
$contact_phones[$x]['phone_type_video'] = '';
$contact_phones[$x]['phone_type_text'] = '';
$contact_phones[$x]['phone_speed_dial'] = '';
$contact_phones[$x]['phone_country_code'] = '';
$contact_phones[$x]['phone_number'] = '';
$contact_phones[$x]['phone_extension'] = '';
$contact_phones[$x]['phone_primary'] = '';
$contact_phones[$x]['phone_description'] = '';
}