Update app_config.php (#5036)

* Update app_config.php
This commit is contained in:
chansizzle 2020-01-08 20:43:57 -07:00 committed by FusionPBX
parent a163870824
commit 6854803729
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'number_translation_name';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the number translation name.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'number_translation_enabled';
@ -88,6 +89,7 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'number_translation_description';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the number translation description.';
$z++;