diff --git a/htdocs/core/customreports.php b/htdocs/core/customreports.php index 03bc1b0ef04..80d88f72203 100644 --- a/htdocs/core/customreports.php +++ b/htdocs/core/customreports.php @@ -180,6 +180,7 @@ $arrayofyaxis = array(); print '
'; print ''; +print ''; print '
'; @@ -193,7 +194,7 @@ else { jQuery(document).ready(function() { jQuery("#objecttype").change(function() { console.log("Reload for "+jQuery("#objecttype").val()); - location.href = "'.$_SERVER["PHP_SELF"].'?objecttype="+jQuery("#objecttype").val(); + location.href = "'.$_SERVER["PHP_SELF"].'?objecttype="+jQuery("#objecttype").val()+"'.($tabfamily?'&tabfamily='.$tabfamily:'').'"; }); }); ';