billing compatibility for callbroadcast

This commit is contained in:
luis daniel lucio quiroz
2014-09-24 01:03:34 +00:00
parent c247e1c5a0
commit 1335bef8a6
4 changed files with 96 additions and 10 deletions

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'] = "";
?>