2
0
forked from Wavyzz/dolibarr

Oubli print de debug (grrrrrr)

This commit is contained in:
Rodolphe Quiedeville
2006-12-11 15:33:14 +00:00
parent 612caf7d85
commit 2fa9085ada

View File

@@ -154,7 +154,7 @@ foreach ( $products as $id => $fdir)
$sql .= " AND fd.fk_product ='".$id."'";
$sql .= " GROUP BY date_format(f.datef,'%Y')";
$sql .= " ORDER BY date_format(f.datef,'%Y') ASC ;";
print "$sql\n";
$resql = $db->query($sql) ;
if ($resql)