Skip to content
Snippets Groups Projects
Commit 120d83ed authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

fix: update of products: added missing bracket

parent c4282e52
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ FieldChanges.assimilateChangeAndDispose("$field.IMAGE", function(state, value){
ProductUtils.setImage(vars.get("$field.PRODUCTID"), value);
else
ProductUtils.removeImage(vars.get("$field.PRODUCTID"));
}
});
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