Skip to content
Snippets Groups Projects
Commit 02b5dd5c authored by Daniel Tran's avatar Daniel Tran
Browse files

Fix adding a new offer.

parent 551f69d6
No related branches found
No related tags found
No related merge requests found
...@@ -1362,7 +1362,7 @@ AttributeRelationQuery.prototype.getSingleAttribute = function () ...@@ -1362,7 +1362,7 @@ AttributeRelationQuery.prototype.getSingleAttribute = function ()
*/ */
AttributeRelationQuery.prototype.getSingleAttributeValue = function () AttributeRelationQuery.prototype.getSingleAttributeValue = function ()
{ {
var attribute = this.getSingleAttributes(); var attribute = this.getSingleAttribute();
return attribute ? attribute.value : null; return attribute ? attribute.value : null;
} }
......
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