Skip to content
Snippets Groups Projects
Commit 21d7a0c9 authored by Martin Groppe's avatar Martin Groppe
Browse files

Merge branch 'fix_supportTicketIsOverDueValueExpression' into '2021.2.3'

fixed supportticket IsOverdue value expression

See merge request xrm/basic!1588
parents 5039c7e5 db3b19bb
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,4 @@ result.string( SqlBuilder.caseStatement()
.when("TASK.MATURITY_DATE", datetime.date(), SqlBuilder.GREATER()).then("0")
.when( "TASK.MATURITY_DATE is null").then("0")
.when( "TASK.STATUS", $KeywordRegistry.taskStatus$ended()).then("0")
.elseString("1"));
.elseValue("1"));
\ 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