Prsentation
This commit is contained in:
parent
80644db984
commit
2cb34a2eb4
@ -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 "<TD align=\"right\">".price($obj->amount)."</TD>";
|
||||
print "<td align=\"right\">".$total."</td>\n";
|
||||
print "</TR>\n";
|
||||
|
||||
$i++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user