Skip to content
Snippets Groups Projects
Commit c2b057cd authored by Pascal Neub's avatar Pascal Neub
Browse files

[Projekt: xRM-Sales][TicketNr.: 2001104][Competition_entity wirft fehler in...

[Projekt: xRM-Sales][TicketNr.: 2001104][Competition_entity wirft fehler in der console was zur folge hat das verschiedene felder im client nicht richtig berechnet werden können]
parent 7b35073b
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
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