From 60d6de8a69d9079742a9e03433f0fea4fd161b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Wed, 6 Aug 2025 19:03:20 +0200 Subject: [PATCH] Change column name --- .../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 34e18684..cae78c2c 100644 --- a/modules/EcmReports/BimIT-Reports/productsBySales/productsBySales.js +++ b/modules/EcmReports/BimIT-Reports/productsBySales/productsBySales.js @@ -489,7 +489,7 @@ function updateRawMaterialsPositions() { $("#rawMaterialsTableSum").html(Math.ceil(sum)); } function componentsTablePrototype() { - return '
PozycjaIndeksNazwaIlośćStanZS E5TypStatusProdukt głównyZamawiającyFormaMarkaData wysyłki
0
' + return '
PozycjaIndeksNazwaIlośćStanZS E5TypStatusProdukt głównyOdbiorcaFormaMarkaData wysyłki
0
' } function rawMaterialsTablePrototype() { return '
PozycjaIndeksNazwaIlośćJM.StanZamówionoDostawcaZamówienie
0
'