diff --git a/htdocs/compta/tva/index.php b/htdocs/compta/tva/index.php index 28838a0b6c0..d7ea12e676e 100644 --- a/htdocs/compta/tva/index.php +++ b/htdocs/compta/tva/index.php @@ -113,7 +113,7 @@ function tva_paye($db, $y,$m) // $sql.= " f.paye = 1"; $sql.= " AND date_format(f.datef,'%Y') = $y"; $sql.= " AND date_format(f.datef,'%m') = $m"; -print "xx $sql"; + //print "xx $sql"; } $resql = $db->query($sql);