Borschevskaya A.A. Lab Work 4 Hard #8

Closed
pgirl1 wants to merge 31 commits from lab4_hard into lab3_hard
Showing only changes of commit f1c5561a56 - Show all commits

View File

@ -92,7 +92,7 @@ namespace FurnitureAssemFileImplement.Implements
foreach (var furniture in source.Furnitures)
{
if (furniture.Id == order.Id)
if (furniture.Id == order.FurnitureId)
{
orderViewModel.FurnitureName = furniture.FurnitureName;
}