Skip to content
Snippets Groups Projects
Commit 1a65ff07 authored by Gerhard Bachmaier's avatar Gerhard Bachmaier
Browse files

Bugfix 1066187: Gebiet - auto-zuordnung

parent 79d431e9
No related branches found
No related tags found
No related merge requests found
...@@ -2,5 +2,5 @@ import("system.result"); ...@@ -2,5 +2,5 @@ import("system.result");
import("system.neon"); import("system.neon");
import("system.vars"); 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"); 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