Skip to content
Snippets Groups Projects
Commit e70c10cf authored by dsg03695's avatar dsg03695
Browse files

Ticket #1066036: some changes needed after merge and ticket is now ready for merge request

parent 7d0047f5
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,6 @@ import("Sql_lib");
var cond = newSelect("AB_KEYWORD_ENTRY.KEYID")
.from("AB_KEYWORD_ENTRY")
.where("AB_KEYWORD_ENTRY.CONTAINER", $KeywordRegistry.contactStatus())
.and("AB_KEYWORD_ENTRY.KEYID", $KeywordRegistry.contactStatus$reviewed(), SqlBuilder.LIKE());
.and("AB_KEYWORD_ENTRY.KEYID", $KeywordRegistry.contactStatus$inReview(), SqlBuilder.LIKE());
result.string(cond.toString());
\ No newline at end of file
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