From 5b9b581f99e1e63b04c080e5a72b1aa7e990558e Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Thu, 8 Apr 2010 15:07:36 +0000 Subject: [PATCH] Fix: convert price --- htdocs/compta/commande/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "";