diff --git a/htdocs/compta/pointmort.php3 b/htdocs/compta/pointmort.php3 index 4de6fa0accd..feeb7997f68 100644 --- a/htdocs/compta/pointmort.php3 +++ b/htdocs/compta/pointmort.php3 @@ -1,8 +1,5 @@ - * - * $Id$ - * $Source$ +/* 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 @@ -18,6 +15,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * $Id$ + * $Source$ + * */ require("./pre.inc.php3"); @@ -153,10 +153,6 @@ function ppt ($db) { print "Totaux en euros :$totalca"; print "$totalpm$pmt"; print " "; - print "Totaux en francs :".francs($totalca).""; - print "".francs($totalpm).""; - print "".francs($pmt).""; - print " "; print ""; } @@ -169,8 +165,6 @@ llxHeader(); print "Point mort"; - - ppt($db, 0);