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'] = '';