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

Merge branch 'sales_pn_1080904_preisliste_an_produkt_mit_stueckliste_notcreateable' into '2021.1'

[Projekt: xRM-Sales][TicketNr.: 1080904][Preisliste an Produkt mit Stückliste...

See merge request xrm/basic!977
parents 37aa0afb a85863ff
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