From bd6d534a601cb9cee8dd48fb01e52d1baccf9752 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 8 Apr 2010 14:07:24 +0000 Subject: [PATCH] Fix: convert price --- htdocs/commande/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '';