Add destination_fax_number to app_config.php

This commit is contained in:
Mark Crane 2012-11-13 00:56:52 +00:00
parent 83effbe293
commit 140af2efec
1 changed files with 4 additions and 0 deletions

View File

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