diff --git a/entity/Organisation_entity/entityfields/orgreportdispatch/children/dispatchorgreport/iconIdProcess.js b/entity/Organisation_entity/entityfields/orgreportdispatch/children/dispatchorgreport/iconIdProcess.js index e0d420de9957b538e4cf051771601c318fac5702..765ae3aa1e251a9a86412ce7178bf786e289f731 100644 --- a/entity/Organisation_entity/entityfields/orgreportdispatch/children/dispatchorgreport/iconIdProcess.js +++ b/entity/Organisation_entity/entityfields/orgreportdispatch/children/dispatchorgreport/iconIdProcess.js @@ -6,4 +6,6 @@ import("KeywordRegistry_basic"); var orgStatus = vars.get("$field.STATUS"); if (orgStatus == $KeywordRegistry.contactStatus$inactive()) - result.string(COMPONENTSTATE_DISABLED); +{ + result.string(neon.COMPONENTSTATE_DISABLED); +}