Supression des francs

This commit is contained in:
Rodolphe Quiedeville 2003-09-08 11:21:48 +00:00
parent a46226afd2
commit 752f7e60e3

View File

@ -1,8 +1,5 @@
<?PHP
/* Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
*
* $Id$
* $Source$
/* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
*
* 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 "<tr><td colspan=\"2\" align=\"right\">Totaux en euros :</td><td align=\"right\">$totalca</td>";
print "<td align=\"right\">$totalpm</td><td align=\"right\" bgcolor=\"#f0f0f0\">$pmt</td>";
print "<td colspan=\"4\">&nbsp;</td></tr>";
print "<tr><td colspan=\"2\" align=\"right\">Totaux en francs :</td><td align=\"right\">".francs($totalca)."</td>";
print "<td align=\"right\">".francs($totalpm)."</td>";
print "<td align=\"right\">".francs($pmt)."</td>";
print "<td colspan=\"4\">&nbsp;</td></tr>";
print "</table>";
}
@ -169,8 +165,6 @@ llxHeader();
print "<b>Point mort</b>";
ppt($db, 0);