(oubli d'un "echo" de debug)

This commit is contained in:
ccomb 2005-08-15 15:17:10 +00:00
parent 4f9c18a31b
commit 200f5f9c5d

View File

@ -120,7 +120,6 @@ class Tva
{
$sql .= " WHERE f.datef >= '$year-01-01' AND f.datef <= '$year-12-31' ";
}
echo $sql;
$result = $this->db->query($sql);
if ($result)