Update xml_cdr_inc.php

This commit is contained in:
agree 2019-05-24 13:55:59 -04:00 committed by GitHub
parent 87bca2e8c5
commit a2d67d8e7a
1 changed files with 1 additions and 0 deletions

View File

@ -383,6 +383,7 @@
$sql .= "c.destination_number, \n";
$sql .= "c.leg, \n";
$sql .= "(c.xml IS NOT NULL OR c.json IS NOT NULL) AS raw_data_exists, \n";
$sql .= "c.json, \n";
if (is_array($_SESSION['cdr']['field'])) {
foreach ($_SESSION['cdr']['field'] as $field) {
$array = explode(",", $field);