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

[Projekt: xRM-Sales][TicketNr.: 1081114][Stückliste wird nicht mehr angezeigt ]

parent 0e4b4da4
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ var query = newSelect([
function _returnData(data) {
for(let i = 0; i < data.length; i++)
{
var productId = data[3];
var productId = data[i][3];
// currentPurchasePrice.value
var purchasePrice = ProductUtils.getCurrentProductPrice(productId, "PP", true);
......
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