From 752f7e60e314ae6189520201edf418579d7a8368 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 8 Sep 2003 11:21:48 +0000 Subject: [PATCH] Supression des francs --- htdocs/compta/pointmort.php3 | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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);