diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php index 9fb1f7df3..ae181b58c 100644 --- a/include/lib/manage_table_sql.class.php +++ b/include/lib/manage_table_sql.class.php @@ -824,8 +824,10 @@ function check() } $nb_order=count($this->a_order); $virg=""; $result=""; + // filter only on visible column - $visible=0; + $visible=($this->icon_mod=='left')?1:0; + $visible=$visible+( ($this->icon_del=='left')?1:0); for ($e=0; $e<$nb_order; $e++) { if ($this->get_property_visible($this->a_order[$e])==TRUE)