From 72a472891259305d26ebd0319df5fcdc9213be1e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 17 May 2003 16:07:54 +0000 Subject: [PATCH] Suppression des totaux dans la liste --- htdocs/compta/propal.php3 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/htdocs/compta/propal.php3 b/htdocs/compta/propal.php3 index 6c54b59261a..7d27c17d238 100644 --- a/htdocs/compta/propal.php3 +++ b/htdocs/compta/propal.php3 @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2003 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -412,13 +412,7 @@ if ($propalid) { $i++; } - print "Total : ".price($subtotal)."\n"; - print "Euros HT\n"; - - - print "$i propales"; - print "Total : ".price($total).""; - print "Euros HT"; + print ""; $db->free(); } else {