tiskanje in posiljanje po mailo

This commit is contained in:
2026-03-03 09:16:17 +01:00
parent 1da4b1e751
commit 4cdfbace03
7 changed files with 258 additions and 55 deletions

View File

@@ -112,7 +112,7 @@ namespace EveryThing.Pages.CodeTableItems
sellingPrice = projectPartItem.SellingPrice;
differenceInPricePercentage = projectPartItem.DifferenceInPricePercentage;
materialDimensions = projectPartItem.MaterialDimensions;
material = projectPartItem.Material.Title;
material = projectPartItem?.Material?.Title;
}
}