From 23dbe8698fc1d87c67d21d7a8ed595f3f29b0a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Schr=C3=B6ger?= <m.schroeger@adito.de> Date: Tue, 13 Nov 2018 11:35:26 +0100 Subject: [PATCH] Bugfix Preislisten-Validierung --- process/Product_lib/process.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/Product_lib/process.js b/process/Product_lib/process.js index c0149dd204..11c08a7462 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) { -- GitLab