Suppression print de debug, correction Christophe
This commit is contained in:
parent
dcf27a7698
commit
9b9b70e18c
@ -113,7 +113,7 @@ function tva_paye($db, $y,$m)
|
|||||||
// $sql.= " f.paye = 1";
|
// $sql.= " f.paye = 1";
|
||||||
$sql.= " AND date_format(f.datef,'%Y') = $y";
|
$sql.= " AND date_format(f.datef,'%Y') = $y";
|
||||||
$sql.= " AND date_format(f.datef,'%m') = $m";
|
$sql.= " AND date_format(f.datef,'%m') = $m";
|
||||||
print "xx $sql";
|
//print "xx $sql";
|
||||||
}
|
}
|
||||||
|
|
||||||
$resql = $db->query($sql);
|
$resql = $db->query($sql);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user