mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the sql query
This commit is contained in:
@@ -1239,7 +1239,7 @@ if (!class_exists('destinations')) {
|
||||
}
|
||||
$sql .= " and direction = 'inbound' \n";
|
||||
$sql .= " and caller_destination is not null \n";
|
||||
$sql .= " leg = 'a' \n";
|
||||
$sql .= " and leg = 'a' \n";
|
||||
$sql .= $sql_date_range ?? '';
|
||||
$sql .= ") as c \n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user