diff --git a/entity/Prod2prod_entity/recordcontainers/jdito/contentProcess.js b/entity/Prod2prod_entity/recordcontainers/jdito/contentProcess.js
index a65c4e001eedff9fc05cf32b52ec2be79445d73e..bb1b8c223115b5ed5937f795d5ee3890d2174718 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);