Merge branch '1942-Se-pierde-contenido-SQL-al-editar-dev' into 'develop'

Fixed SQL report

See merge request artica/pandorafms!1313
This commit is contained in:
vgilc 2018-02-26 10:23:24 +01:00
commit 60575a6296
1 changed files with 3 additions and 3 deletions

View File

@ -370,21 +370,21 @@ switch ($action) {
break;
case 'sql_graph_pie':
$description = $item['description'];
$sql = $item['external_source'];
$sql_query_report = $item['external_source'];
$idCustom = $item['treport_custom_sql_id'];
$historical_db = $item['historical_db'];
$period = 0;
break;
case 'sql_graph_vbar':
$description = $item['description'];
$sql = $item['external_source'];
$sql_query_report = $item['external_source'];
$idCustom = $item['treport_custom_sql_id'];
$historical_db = $item['historical_db'];
$period = 0;
break;
case 'sql_graph_hbar':
$description = $item['description'];
$sql = $item['external_source'];
$sql_query_report = $item['external_source'];
$idCustom = $item['treport_custom_sql_id'];
$historical_db = $item['historical_db'];
$period = 0;