This commit is contained in:
Rodolphe Quiedeville 2005-08-01 08:52:03 +00:00
parent e99b599c67
commit f9c7a67e36

View File

@ -68,7 +68,7 @@ else
$sql = "SELECT distinct(fk_account)";
$sql .= " FROM ".MAIN_DB_PREFIX."bank";
//$sql .= " WHERE date_format(datev,'%Y%m') = '".$year.$month."'";
$sql .= " WHERE fk_account IS NOT NULL";
$resql = $db->query($sql);