Add dialplan_detail_enabled to the app_config.php file.

This commit is contained in:
FusionPBX
2021-01-19 18:55:32 -07:00
committed by GitHub
parent cf517da6c1
commit fb45bfb3fa

View File

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