Update xml_cdr_inc.php

This commit is contained in:
agree
2019-05-24 13:55:59 -04:00
committed by GitHub
parent 84ba768f39
commit 24b6c0f3f4

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);