billing compatibility for callbroadcast

This commit is contained in:
luis daniel lucio quiroz
2014-09-24 01:03:34 +00:00
parent 9cf7ba063d
commit 5b44ff82db
4 changed files with 96 additions and 10 deletions
+5 -2
View File
@@ -143,5 +143,8 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "broadcast_destination_data";
$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'] = "broadcast_accountcode";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>