From a29c9aa2319e1bc58940eeb322f46f096372929d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Tue, 29 Jul 2025 09:41:45 +0200 Subject: [PATCH] ProductionPlanning - few fixes --- .../EcmReports/BimIT-Reports/productsBySales/productsBySales.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/EcmReports/BimIT-Reports/productsBySales/productsBySales.js b/modules/EcmReports/BimIT-Reports/productsBySales/productsBySales.js index ddb017ab..10bf9a52 100644 --- a/modules/EcmReports/BimIT-Reports/productsBySales/productsBySales.js +++ b/modules/EcmReports/BimIT-Reports/productsBySales/productsBySales.js @@ -211,7 +211,7 @@ function drawComponents(data) { tr.append("" + el.orderType + ""); tr.append("" + el.orderStatus + ""); tr.append("" + el.mainProductCode + ""); - tr.append("" + el.orderNo + ""); + tr.append("" + el.orderParent + ""); tr.append("" + el.productShape + ""); tr.append("" + el.productBrand + ""); tr.append("" + el.orderSendDate + "");