From 140af2efeceafa8473cb56fdbe947c97de648b6b Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 13 Nov 2012 00:56:52 +0000 Subject: [PATCH] Add destination_fax_number to app_config.php --- app/destinations/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index a854f1ea31..e89c6d3e5c 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -110,6 +110,10 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the data.'; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'destination_fax_number'; + $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ''; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'destination_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';