Add destination_order ot the destinations table.

This commit is contained in:
FusionPBX
2021-03-06 08:10:47 -07:00
committed by GitHub
parent 906b86d3dc
commit c6707fc835

View File

@@ -319,6 +319,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the alternate data.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_order";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the destination order.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";