From 02b5dd5c6e82e530aab62f95c77b93fa96382d54 Mon Sep 17 00:00:00 2001
From: "d.tran" <d.tran@adito.de>
Date: Fri, 10 Jan 2020 15:48:01 +0100
Subject: [PATCH] Fix adding a new offer.

---
 process/Attribute_lib/process.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/process/Attribute_lib/process.js b/process/Attribute_lib/process.js
index 1d8e346e80..7490f12d5f 100644
--- a/process/Attribute_lib/process.js
+++ b/process/Attribute_lib/process.js
@@ -1362,7 +1362,7 @@ AttributeRelationQuery.prototype.getSingleAttribute = function ()
  */
 AttributeRelationQuery.prototype.getSingleAttributeValue = function ()
 {
-    var attribute = this.getSingleAttributes();
+    var attribute = this.getSingleAttribute();
     return attribute ? attribute.value : null;
 }
 
-- 
GitLab