Suppression print de debug, correction Christophe

This commit is contained in:
Rodolphe Quiedeville 2005-08-16 07:39:35 +00:00
parent dcf27a7698
commit 9b9b70e18c

View File

@ -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);