Browse Source

Update app_config.php

FusionPBX 6 years ago
parent
commit
38ce9c558b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      core/groups/app_config.php

+ 4 - 0
core/groups/app_config.php

@@ -121,6 +121,10 @@
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
 		$z++;
 		$z++;
+		$apps[$x]['db'][$y]['fields'][$z]['name'] = "group_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']['text'] = "group_description";
 		$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_description";
 		$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "groupdesc";
 		$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "groupdesc";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";