From c2b057cdfe2c195d883123a06c7229077c3e1ed9 Mon Sep 17 00:00:00 2001
From: "p.neub" <p.neub@adito.de>
Date: Thu, 30 Sep 2021 14:23:57 +0200
Subject: [PATCH] =?UTF-8?q?[Projekt:=20xRM-Sales][TicketNr.:=202001104][Co?=
 =?UTF-8?q?mpetition=5Fentity=20wirft=20fehler=20in=20der=20console=20was?=
 =?UTF-8?q?=20zur=20folge=20hat=20das=20verschiedene=20felder=20im=20clien?=
 =?UTF-8?q?t=20nicht=20richtig=20berechnet=20werden=20k=C3=B6nnen]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../entityfields/reason/displayValueProcess.js                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entity/Competition_entity/entityfields/reason/displayValueProcess.js b/entity/Competition_entity/entityfields/reason/displayValueProcess.js
index 04cf61d479..8d62990a61 100644
--- a/entity/Competition_entity/entityfields/reason/displayValueProcess.js
+++ b/entity/Competition_entity/entityfields/reason/displayValueProcess.js
@@ -5,7 +5,7 @@ import("system.vars");
 import("system.text");
 
 var reasonViewValue = [];
-var reasons = text.decodeMs(vars.get("$field.REASON"));
+var reasons = text.decodeMS(vars.get("$field.REASON"));
 
 var reasonObject = vars.get("$property.REASON.dropDown");
 
-- 
GitLab