From be24cff0fecd2e7ae6d3759a6f8d98a468f72012 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 2 Sep 2005 22:26:16 +0000 Subject: [PATCH] Fix: Lien invalide --- htdocs/fichinter/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php index 45da3084ed2..a358f791905 100644 --- a/htdocs/fichinter/index.php +++ b/htdocs/fichinter/index.php @@ -91,10 +91,10 @@ if ($result) print ""; print "fichid\">".img_object($langs->trans("Show"),"task").' '.$objp->ref."\n"; - print ''.img_object($langs->trans("ShowCompany"),"company").' '.$objp->nom."\n"; + print ''.img_object($langs->trans("ShowCompany"),"company").' '.$objp->nom."\n"; print ''.nl2br($objp->note).''; print ''.dolibarr_print_date($objp->dp)."\n"; - print ''.sprintf("%.1f",$objp->duree).''; + print ''.price($objp->duree).''; print ''.$objp->fk_statut.''; print "\n"; @@ -102,7 +102,7 @@ if ($result) $i++; } print ''.$langs->trans("Total").''; - print "".($total?sprintf("%.1f",$total):"0").""; + print "".price($total).""; print ""; print "";