Add dialplan_detail_enabled to the app_config.php file.
This commit is contained in:
@@ -226,5 +226,9 @@
|
|||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "dialplan_detail_order";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "dialplan_detail_order";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
|
$z++;
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "dialplan_detail_enabled";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user