diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php
index 24a3c278211..cd3b002be54 100644
--- a/htdocs/comm/propal.php
+++ b/htdocs/comm/propal.php
@@ -1510,8 +1510,8 @@ if ($_GET['propalid'] > 0)
$var=!$var;
print '
| ';
print ''.img_object($langs->trans("ShowOrder"),"order").' '.$coms[$i]->ref." | \n";
- print ''.dolibarr_print_date($coms[$i]->date).' | ';
- print ''.$coms[$i]->total_ttc.' | ';
+ print ''.dolibarr_print_date($coms[$i]->date,'day').' | ';
+ print ''.price($coms[$i]->total_ttc).' | ';
print ''.$coms[$i]->getLibStatut(3).' | ';
print "
\n";
}