diff --git a/entity/Notification_entity/entityfields/typecode/dropDownProcess.js b/entity/Notification_entity/entityfields/typecode/dropDownProcess.js
index b10dd330805c75e460f99372dccab604f2e10446..f4800969f4e5967a497f2d0ce1b0244ccd81da63 100644
--- a/entity/Notification_entity/entityfields/typecode/dropDownProcess.js
+++ b/entity/Notification_entity/entityfields/typecode/dropDownProcess.js
@@ -4,7 +4,8 @@ import("system.notification");
 
 var types = []
 
-for ( property in notification.getAllTypes()) {
+for (let property in notification.getAllTypes()) 
+{
   types.push(property);
 }