(oubli d'un "echo" de debug)
This commit is contained in:
parent
4f9c18a31b
commit
200f5f9c5d
@ -120,7 +120,6 @@ class Tva
|
|||||||
{
|
{
|
||||||
$sql .= " WHERE f.datef >= '$year-01-01' AND f.datef <= '$year-12-31' ";
|
$sql .= " WHERE f.datef >= '$year-01-01' AND f.datef <= '$year-12-31' ";
|
||||||
}
|
}
|
||||||
echo $sql;
|
|
||||||
$result = $this->db->query($sql);
|
$result = $this->db->query($sql);
|
||||||
|
|
||||||
if ($result)
|
if ($result)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user