diff --git a/htdocs/compta/propal.php b/htdocs/compta/propal.php
index 1f1595b8e9d..9f739bd8081 100644
--- a/htdocs/compta/propal.php
+++ b/htdocs/compta/propal.php
@@ -650,7 +650,7 @@ if ($_GET["propalid"] > 0)
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 ''.price($coms[$i]->total_ttc).' | ';
print ''.$staticcommande->LibStatut($coms[$i]->statut,$coms[$i]->facturee,3).' | ';
print "
\n";
$total = $total + $objp->total;