From ad45342c6dda72c3a57358c51cc6f4d09d41796e Mon Sep 17 00:00:00 2001
From: Daniel Tran <d.tran@adito.de>
Date: Wed, 3 Mar 2021 08:52:45 +0100
Subject: [PATCH] Added value process, to make existent data visible in
 AddressValidationLookup_view.

---
 .../entityfields/region/valueProcess.js                      | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 entity/AddressValidation_entity/entityfields/region/valueProcess.js

diff --git a/entity/AddressValidation_entity/entityfields/region/valueProcess.js b/entity/AddressValidation_entity/entityfields/region/valueProcess.js
new file mode 100644
index 00000000000..92e07bbb571
--- /dev/null
+++ b/entity/AddressValidation_entity/entityfields/region/valueProcess.js
@@ -0,0 +1,5 @@
+import("system.result");
+import("system.vars");
+
+
+result.string(vars.get("$field.CITYEXT"));
\ No newline at end of file
-- 
GitLab