diff --git a/htdocs/comm/fiche.php3 b/htdocs/comm/fiche.php3 index 62e3779ca5f..20dc7238071 100644 --- a/htdocs/comm/fiche.php3 +++ b/htdocs/comm/fiche.php3 @@ -223,7 +223,7 @@ if ($socid > 0) { print " > 15 jours"; } print "".strftime("%d %B %Y",$objp->dp)."\n"; - print "".price($objp->price - $objp->remise)."\n"; + print "".price($objp->price)."\n"; print "$objp->statut\n"; $i++; }