preliminar support for carrier & accountcode for destinations

This commit is contained in:
luis daniel lucio quiroz
2014-07-13 22:29:25 +00:00
parent 3da08abd0c
commit bb985212dd
3 changed files with 52 additions and 0 deletions
+4
View File
@@ -132,4 +132,8 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_accountcode";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the accountcode.";
$z++;
?>