Merge branch '3056-Error-en-templates-wizard-de-informes-en-meta-return-dev' into 'develop'
Fixed custom graph See merge request artica/pandorafms!2073 Former-commit-id: ec91783c18c5dc5d6c41476fb55d8e7909efb51a
This commit is contained in:
commit
ead4c71f1c
|
@ -238,7 +238,7 @@ function grafico_modulo_sparse_data(
|
|||
}
|
||||
}
|
||||
|
||||
if($array_data === false || !isset($array_data['sum1']['data'][0][1])){
|
||||
if ($array_data === false || (!$params['graph_combined'] && !isset($array_data['sum1']['data'][0][1]))) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue