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

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++;