From 2cb34a2eb498e0914319f61bbb6392b6f45dc62c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 23 Jul 2003 14:17:25 +0000 Subject: [PATCH] =?UTF-8?q?Pr=E9sentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/tva/reglement.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/htdocs/compta/tva/reglement.php b/htdocs/compta/tva/reglement.php index cc7abcd4492..0b6d02ff5e2 100644 --- a/htdocs/compta/tva/reglement.php +++ b/htdocs/compta/tva/reglement.php @@ -22,18 +22,6 @@ require("./pre.inc.php3"); require("../../tva.class.php3"); -/* - * - * - */ - -function pt ($db, $sql, $date) -{ - global $bc; - - -} - /* * */ @@ -48,7 +36,7 @@ print_titre("R $sql = "SELECT amount, date_format(f.datev,'%d-%M-%Y') as dm"; $sql .= " FROM llx_tva as f "; -$sql .= " Order BY dm DESC"; +$sql .= " ORDER BY dm DESC"; $result = $db->query($sql); if ($result) @@ -72,7 +60,6 @@ if ($result) $total = $total + $obj->amount; print "".price($obj->amount).""; - print "".$total."\n"; print "\n"; $i++;