diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index 1a26dd61e2b..670f3dae788 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -2250,7 +2250,7 @@ else
print '
';
print '| '.img_object($langs->trans('ShowBill'),'bill').' '.$objp->facnumber.' | ';
print ''.dol_print_date($objp->df,'day').' | ';
- print ''.$objp->total_ttc.' |
';
+ print ''.price($objp->total_ttc).' | ';
$i++;
}
print '';