From 7ae966efc6e26e265edae4f030483f2455eb1b13 Mon Sep 17 00:00:00 2001 From: konradSC Date: Wed, 17 Feb 2021 10:49:22 -0500 Subject: [PATCH] Add Toll Allow to Broadcast --- app/call_broadcast/app_config.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/call_broadcast/app_config.php b/app/call_broadcast/app_config.php index 315f60ae70..58f4dfe9be 100644 --- a/app/call_broadcast/app_config.php +++ b/app/call_broadcast/app_config.php @@ -155,5 +155,9 @@ $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'] = ""; - + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "broadcast_toll_allow"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $z++; ?>