Skip to content
Snippets Groups Projects
Commit 505fe5e4 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

Merge branch 'cherry-pick-b773b478' into '2021.1.0'

Merge branch 'sales_pn_1080904_preisliste_an_produkt_mit_stueckliste_notcreateable' into '2021.1'

See merge request xrm/basic!1003
parents ec700c03 752873af
No related branches found
No related tags found
No related merge requests found
......@@ -832,7 +832,7 @@ ProductUtils.presetPriceAndVat = function(pProductId, pVat, pPriceList, pBuySell
sumUpPrices[products[product]["SOURCE_ID"]] = {};
}
var assignedTo = products[product]["DEST_ID"] != "" ? JSON.parse(products[product]["DEST_ID"])[1] : pProductId;
var assignedTo = products[product]["DEST_ID"] != "" ? products[product]["DEST_ID"] : pProductId;
treestructure = ItemUtils.buildTreeStructure(treestructure, assignedTo, products[product]["PROD2PRODID"]);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment