case 4025 replaced partnumber with partname and changed partname to partdescription
This commit is contained in:
@@ -354,7 +354,7 @@ namespace AyaNova.Biz
|
||||
private async Task PopulateVizFields(PartAssembly pa)
|
||||
{
|
||||
foreach (PartAssemblyItem o in pa.Items)
|
||||
o.PartViz = await ct.Part.AsNoTracking().Where(x => x.Id == o.PartId).Select(x => x.PartNumber).FirstOrDefaultAsync();
|
||||
o.PartViz = await ct.Part.AsNoTracking().Where(x => x.Id == o.PartId).Select(x => x.Name).FirstOrDefaultAsync();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user