diff --git a/htdocs/core/class/listview.class.php b/htdocs/core/class/listview.class.php index 4394a1230da..15510f58e9c 100644 --- a/htdocs/core/class/listview.class.php +++ b/htdocs/core/class/listview.class.php @@ -589,14 +589,17 @@ class Listview foreach($THeader as $field=>$head) { if(empty($head['width']))$head['width']='auto'; - + + $out.=''.$head['libelle']; - + // TODO replace the actual html by this function call to print a standard output as Dolibarr then add extrafields +// $out .= getTitleFieldOfList($head, $_SERVER["PHP_SELF"],"p.ref"); + if($head['order']) $out.=' '.img_down().' '.img_up().' '; - + $out.=$head['more']; $out.=''; }