Skip to content
Snippets Groups Projects
Commit 172c3b91 authored by Alan Lord's avatar Alan Lord
Browse files

Fix for converted leads. refs #133

parent 46bf2a4c
No related branches found
No related tags found
No related merge requests found
......@@ -2368,6 +2368,9 @@ class CRMEntity {
}
}
}
if($this->tablename == 'vtiger_leaddetails') {
$query .= " AND $this->tablename.converted = 0 ";
}
return $query;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment