Merge branch '3114_Error_en_reportes_de_tipo_ITIL_y_tipo_Modulo' into 'develop'
Fixed function report_value in reports See merge request artica/pandorafms!1998 Former-commit-id: 6456c469f1e94ccaf49a0272f0f76e30b0ee6f0f
This commit is contained in:
commit
2d00336682
|
@ -3823,7 +3823,7 @@ function reporting_agent_configuration($report, $content) {
|
|||
return reporting_check_structure_content($return);
|
||||
}
|
||||
|
||||
function reporting_value($report, $content, $type, $pdf) {
|
||||
function reporting_value($report, $content, $type, $pdf=false) {
|
||||
global $config;
|
||||
|
||||
$return = array();
|
||||
|
|
Loading…
Reference in New Issue