tiskanje in posiljanje po mailo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user