Skip to content
Snippets Groups Projects
Commit a85863ff authored by Pascal Neub's avatar Pascal Neub
Browse files

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

[Projekt: xRM-Sales][TicketNr.: 1080904][Preisliste an Produkt mit Stückliste kann nicht angelegt werden]
parent 0e4b4da4
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