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

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

Merge branch 'sales_pn_1081114_stueckliste_wird_nicht_mehr_angezeigt' into '2021.1'

See merge request xrm/basic!1000
parents 324c0377 4b844f25
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