diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php
index 991861cd9dc..a113f84881c 100644
--- a/htdocs/comm/prospect/fiche.php
+++ b/htdocs/comm/prospect/fiche.php
@@ -307,11 +307,13 @@ if ($socid > 0)
$var = !$var;
$obj = $db->fetch_object( $i);
+
print "
";
if ($oldyear == strftime("%Y",$obj->da) )
{
- print '| | | ';
+ //print '| | ';
+ print '' .strftime("%Y",$obj->da)." | \n";
}
else
{
@@ -319,9 +321,13 @@ if ($socid > 0)
$oldyear = strftime("%Y",$obj->da);
}
- if ($oldmonth == strftime("%Y%b",$obj->da) ) {
- print '| | ';
- } else {
+ if ($oldmonth == strftime("%Y%b",$obj->da) )
+ {
+ // print '| | ';
+ print "" .strftime("%b",$obj->da)." | \n";
+ }
+ else
+ {
print "" .strftime("%b",$obj->da)." | \n";
$oldmonth = strftime("%Y%b",$obj->da);
}