From 4f10641bc6177f79ed344292e6350cf7a4456bc5 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 5 Sep 2003 19:45:58 +0000 Subject: [PATCH] Modif affichage prix de la propale --- htdocs/comm/fiche.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; }