Add dialplan_detail_enabled to the app_config.php file.
This commit is contained in:
parent
cf517da6c1
commit
fb45bfb3fa
|
|
@ -226,5 +226,9 @@
|
|||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "dialplan_detail_order";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
||||
$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'] = "";
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue