From 3f01bea65da816490bf6df6c67c728dc1b68a08d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 8 Dec 2016 03:05:41 -0700 Subject: [PATCH] Update app_config.php --- app/contacts/app_config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/contacts/app_config.php b/app/contacts/app_config.php index e1efd69b5a..1d475b2dad 100644 --- a/app/contacts/app_config.php +++ b/app/contacts/app_config.php @@ -437,10 +437,6 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Designate a primary number."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = "phone_speed_dial"; - $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the speed dial."; - $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "phone_number"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the number."; @@ -449,6 +445,10 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the extension."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "phone_speed_dial"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the speed dial."; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "phone_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";