diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index a858a181f64..d2554f9b388 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -405,9 +405,9 @@ if ($conf->propal->enabled && $user->rights->propale->lire) { { $obj = $db->fetch_object($result); print "propalid."\">".img_object($langs->trans("ShowPropal"),"propal")." ".$obj->ref.""; - print "idp\">".img_object($langs->trans("ShowCompany"),"company")." ".$obj->nom."\n"; + print "idp\">".img_object($langs->trans("ShowCompany"),"company")." ".$obj->nom."\n"; print ""; - print strftime("%e %b %Y",$obj->dp)."\n"; + print strftime("%d %b %Y",$obj->dp)."\n"; print "".price($obj->price)."\n"; $var=!$var; $i++;