Skip to content
Snippets Groups Projects
Commit b2ada29d authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

missing variable declaration added

parent 50225b1b
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
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