From dd7338f22c7b81a8ecac22dfd31fdc4e0465f3c5 Mon Sep 17 00:00:00 2001 From: "a.voegl" <a.voegl@adito.de> Date: Tue, 20 Oct 2020 11:12:44 +0200 Subject: [PATCH] reset --- entity/Organisation_entity/entityfields/status/valueProcess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/Organisation_entity/entityfields/status/valueProcess.js b/entity/Organisation_entity/entityfields/status/valueProcess.js index 13218c1651..ce6c527ece 100644 --- a/entity/Organisation_entity/entityfields/status/valueProcess.js +++ b/entity/Organisation_entity/entityfields/status/valueProcess.js @@ -4,4 +4,4 @@ import("system.neon"); import("KeywordRegistry_basic"); if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.get("$this.value") == null) - result.string($KeywordRegistry.contactStatus$active()); \ No newline at end of file + result.string($KeywordRegistry.contactStatus$active()); \ No newline at end of file -- GitLab