From a46226afd2710cc4727af998a92f070fe568da49 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 8 Sep 2003 11:18:36 +0000 Subject: [PATCH] Suppression des francs --- htdocs/compta/voyage/index.php | 6 ------ htdocs/compta/voyage/reduc.php3 | 8 +------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/htdocs/compta/voyage/index.php b/htdocs/compta/voyage/index.php index 217db34c154..002d6caafdf 100644 --- a/htdocs/compta/voyage/index.php +++ b/htdocs/compta/voyage/index.php @@ -107,9 +107,6 @@ if ($result) { print "".price($objp->amount)."\n"; print "".price($objp->reduction)."\n"; - - - print "".francs($objp->amount)."\n"; print "rowid\">[Del]"; print ""; @@ -118,9 +115,6 @@ if ($result) { } $db->free(); - - print "Total :"; - print "".price($total)."".francs($total)."\n"; print ""; print "
"; print ""; diff --git a/htdocs/compta/voyage/reduc.php3 b/htdocs/compta/voyage/reduc.php3 index d0cbbb853ae..7023708aae6 100644 --- a/htdocs/compta/voyage/reduc.php3 +++ b/htdocs/compta/voyage/reduc.php3 @@ -30,7 +30,6 @@ print ""; print ""; print ""; print ""; -print ""; print "\n"; @@ -54,13 +53,8 @@ if ($result) { print ""; print "\n"; - print ""; - print "\n"; - - print "\n"; - print ""; $i++; @@ -69,7 +63,7 @@ if ($result) { } print ""; -print "\n"; +print "\n"; print "
DateDescriptionMontantFrancs
".strftime("%d %b %y",$objp->debut)." au ".strftime("%d %b %y",$objp->fin)."$objp->label".price($objp->amount)."".francs($objp->amount)."
Total :".price($total)."".francs($total)."
".price($total)."
";