From 9de30e3db772e3ca8a9c0bb8fd5703d90a472e60 Mon Sep 17 00:00:00 2001 From: "p.neub" <p.neub@adito.de> Date: Thu, 20 May 2021 11:46:39 +0200 Subject: [PATCH] =?UTF-8?q?[Projekt:=20xRM-Sales][TicketNr.:=201081114][St?= =?UTF-8?q?=C3=BCckliste=20wird=20nicht=20mehr=20angezeigt=20]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prod2prod_entity/recordcontainers/jdito/contentProcess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/Prod2prod_entity/recordcontainers/jdito/contentProcess.js b/entity/Prod2prod_entity/recordcontainers/jdito/contentProcess.js index a65c4e001e..bb1b8c2231 100644 --- a/entity/Prod2prod_entity/recordcontainers/jdito/contentProcess.js +++ b/entity/Prod2prod_entity/recordcontainers/jdito/contentProcess.js @@ -30,7 +30,7 @@ var query = newSelect([ function _returnData(data) { for(let i = 0; i < data.length; i++) { - var productId = data[3]; + var productId = data[i][3]; // currentPurchasePrice.value var purchasePrice = ProductUtils.getCurrentProductPrice(productId, "PP", true); -- GitLab