diff --git a/process/Product_lib/process.js b/process/Product_lib/process.js
index c0149dd204e6140ba9aefd56a28ff371ca04f66e..11c08a74625c6d7c46a194a40d5bf5e589c37d49 100644
--- a/process/Product_lib/process.js
+++ b/process/Product_lib/process.js
@@ -210,7 +210,7 @@ function ProductUtils()
     //pPriceList Object beschreiben
     this.checkForIndenticalPriceLists = function(pPid, pPriceList)
     {
-        var PriceLists = that.getProductDetails(pPid)[pPid].PriceLists;
+        var PriceLists = that.getProductDetails(pPid).PriceLists;
         
         for(var pricelist in PriceLists)
         {