Removed trace

This commit is contained in:
Arturo Gonzalez 2017-05-11 15:12:38 +02:00
parent 77a563eb29
commit 8653b8530c
1 changed files with 0 additions and 1 deletions

View File

@ -2625,7 +2625,6 @@ function reporting_html_general(&$table, $item) {
}
}
else {
//html_debug($item['data']);
$order_data = array();
foreach ($item['data'] as $row) {
$order_data[$row['id_agent']][$row['id_agent_module']][$row['operator']] = $row['formated_value'];