mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the destination column name and deprecated field name.
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the type.';
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'destination_number';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'destination_number';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'destination_extension';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the number.';
|
||||
$z++;
|
||||
|
||||
@@ -101,7 +101,7 @@ require_once "includes/paging.php";
|
||||
echo "<div align='center'>\n";
|
||||
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
||||
echo "<tr>\n";
|
||||
echo th_order_by('destination_type', 'Name', $order_by, $order);
|
||||
echo th_order_by('destination_type', 'Type', $order_by, $order);
|
||||
echo th_order_by('destination_number', 'Destination', $order_by, $order);
|
||||
echo th_order_by('destination_context', 'Context', $order_by, $order);
|
||||
echo th_order_by('destination_enabled', 'Enabled', $order_by, $order);
|
||||
|
||||
Reference in New Issue
Block a user