diff --git a/entity/Contact_entity/afterUiInit.js b/entity/Contact_entity/afterUiInit.js
index 683cf850e6daff8b00dba3def87210faaaf70580..e4d2f842cd167aab5eb6e0188466acd7aae5bdcc 100644
--- a/entity/Contact_entity/afterUiInit.js
+++ b/entity/Contact_entity/afterUiInit.js
@@ -20,7 +20,7 @@ if(vars.get("$sys.operatingstate") == neon.OPERATINGSTATE_NEW)
                                         .where("AB_ATTRIBUTERELATION.OBJECT_ROWID", contactId)
                                         .table();
                                         
-        for (i = 0; i < attributes.length; i++) {
+        for (let i = 0; i < attributes.length; i++) {
             neon.addRecord("Attributes", {
                 "AB_ATTRIBUTE_ID" : attributes[i][0], 
                 "VALUE" : attributes[i][1]