Skip to content
Snippets Groups Projects
Commit 94d3b27b authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

#1072962-ConversionsRateLetztePhase Phase NEGO eingbeziehen

parent 589dcb72
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,7 @@ var phasenManager = new SalesprojectConversionRate();
var sql = new SqlBuilder()
.from("AB_KEYWORD_ENTRY")
.where("AB_KEYWORD_ENTRY.CONTAINER", $KeywordRegistry.salesprojectPhase())
.and("AB_KEYWORD_ENTRY.KEYID", $KeywordRegistry.salesprojectPhase$nego(), SqlBuilder.NOT_EQUAL());
.where("AB_KEYWORD_ENTRY.CONTAINER", $KeywordRegistry.salesprojectPhase());
if (filter != null)
{
......
......@@ -13,8 +13,7 @@ var phasenManager = new SalesprojectConversionRate();
var sql = new SqlBuilder()
.from("AB_KEYWORD_ENTRY")
.where("AB_KEYWORD_ENTRY.CONTAINER", $KeywordRegistry.salesprojectPhase())
.and("AB_KEYWORD_ENTRY.KEYID", $KeywordRegistry.salesprojectPhase$nego(), SqlBuilder.NOT_EQUAL());
.where("AB_KEYWORD_ENTRY.CONTAINER", $KeywordRegistry.salesprojectPhase());
if (filter != null)
{
......
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