This commit is contained in:
Данила Мочалов 2023-03-26 20:41:21 +04:00
parent f2147a39c6
commit 7d2e843605

View File

@ -98,7 +98,7 @@ namespace LawFirmFileImplement.Implements
{
viewModel.DocumentName = document.DocumentName;
}
var client = source.Clients.FirstOrDefault(x => x.Id!= order.ClientId);
var client = source.Clients.FirstOrDefault(x => x.Id== order.ClientId);
if (client != null)
{
viewModel.ClientFIO = client.ClientFIO;