Skip to content
Snippets Groups Projects
Commit a8c115f7 authored by Prasad's avatar Prasad
Browse files

Merge branch '133_buildSearchQuery' into 'master'

Fix for converted leads. refs #133

Something like this should fix #133.

See merge request !44
parents 27247706 8002d151
No related branches found
No related tags found
No related merge requests found
......@@ -2368,6 +2368,9 @@ class CRMEntity {
}
}
}
if($this->table_name == 'vtiger_leaddetails') {
$query .= " AND $this->table_name.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