From 9c12c4be08b6a08e445fa25db6b5493d9ad4efd8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 8 Feb 2020 14:49:26 +0100 Subject: [PATCH] Fix customreports --- htdocs/core/customreports.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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:'').'"; }); }); ';