Skip to content
Snippets Groups Projects
Commit 36bc5672 authored by Markus Schloder's avatar Markus Schloder
Browse files

Merge branch '1066187_gb_Bugfix_2020.2.0_Betreuung_HamaDSG' into '2020.2.0_Betreuung_HamaDSG'

Bugfix 1066187: Gebiet - auto-zuordnung

See merge request xrm/basic!476
parents c17546c8 1a65ff07
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,5 @@ import("system.result");
import("system.neon");
import("system.vars");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW)
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.get("$this.value") == null)
result.string("0");
\ 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