@colijnit/ioneconnector 1.0.132 → 1.0.133
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -122,8 +122,7 @@ class HdDataService {
|
|
|
122
122
|
return Promise.reject(e);
|
|
123
123
|
});
|
|
124
124
|
if (response && response.data && response.data.validationResult && response.data.validationResult.success) {
|
|
125
|
-
const
|
|
126
|
-
const articles = this._boFactory.makeBOArrayFromRawBackendDataArray(selector_article_1.SelectorArticle, rawResponse);
|
|
125
|
+
const articles = this._boFactory.makeBOArrayFromRawBackendDataArray(selector_article_1.SelectorArticle, response.data.resultObject);
|
|
127
126
|
const composedArticle = !!articles[0].compositionArticleNo;
|
|
128
127
|
let frozenart;
|
|
129
128
|
if (composedArticle) {
|