diff --git a/htdocs/includes/boxes/box_actions.php b/htdocs/includes/boxes/box_actions.php index becdd220416..7eec5fb5ec9 100644 --- a/htdocs/includes/boxes/box_actions.php +++ b/htdocs/includes/boxes/box_actions.php @@ -115,7 +115,7 @@ class box_actions extends ModeleBoxes { 'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp); $this->info_box_contents[$i][2] = array('align' => 'right', - 'text' => dolibarr_print_date($objp->dp, "%d %b %Y - %H:%M")); + 'text' => dolibarr_print_date($objp->dp, "dayhour")); $this->info_box_contents[$i][3] = array('align' => 'right', 'text' => $objp->percent. "%");