Remove the default settings fax prefix and move it to the FAX server table.

This commit is contained in:
Mark Crane
2015-05-21 03:48:37 +00:00
parent fce5968566
commit 4a67abb23a
4 changed files with 72 additions and 31 deletions
+4
View File
@@ -185,6 +185,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_prefix";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "fax_name";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "faxname";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";