diff --git a/htdocs/compta/commande/fiche.php b/htdocs/compta/commande/fiche.php index a6aba00b5e5..9e1a70f1360 100644 --- a/htdocs/compta/commande/fiche.php +++ b/htdocs/compta/commande/fiche.php @@ -585,7 +585,7 @@ if ($id > 0 || ! empty($ref)) print ""; print ''.img_object($langs->trans("ShowBill"),"bill").' '.$objp->facnumber.''; print ''.dol_print_date($objp->df).''; - print ''.$objp->total_ttc.''; + print ''.price($objp->total_ttc).''; $i++; } print "";