Bugfix
This commit is contained in:
parent
e99b599c67
commit
f9c7a67e36
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user