Skip to content
Snippets Groups Projects
Commit 31174ef8 authored by Sophia Leierseder's avatar Sophia Leierseder Committed by S.Leierseder
Browse files

bug fix comm restrictions

parent 32bac69a
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@ import("system.vars");
import("system.result");
import("system.neon");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && ars.getString("$this.value") == null)
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.getString("$this.value") == null)
result.string(datetime.date());
\ 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