Update app_config.php
This commit is contained in:
parent
27e71ffa15
commit
57ddbf8038
|
|
@ -178,7 +178,7 @@
|
|||
$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'] = "caller_destination_number";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "caller_destination";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue