From 55a2eeb2ea77d9eebfc7163455fb567c2161d6e1 Mon Sep 17 00:00:00 2001
From: Tobias Feldmann <t.feldmann@adito.de>
Date: Wed, 24 Jul 2019 15:27:31 +0200
Subject: [PATCH] Bugfix Attributes in Organisation

---
 .../attributes/children/objectrowid_param/valueProcess.js       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entity/Organisation_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js b/entity/Organisation_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js
index 533f8ec837e..7b6137b4d10 100644
--- a/entity/Organisation_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js
+++ b/entity/Organisation_entity/entityfields/attributes/children/objectrowid_param/valueProcess.js
@@ -1,4 +1,4 @@
 import("system.vars");
 import("system.result");
 
-result.string(vars.get("$sys.uid"));
\ No newline at end of file
+result.string(vars.get("$field.CONTACTID"));
\ No newline at end of file
-- 
GitLab