This commit is contained in:
@@ -3067,7 +3067,8 @@ namespace AyaNova.Biz
|
||||
Part part = null;
|
||||
if (o.PartId != 0)
|
||||
part = await ct.Part.AsNoTracking().FirstOrDefaultAsync(x => x.Id == o.PartId);
|
||||
o.PartViz = part.Name;
|
||||
o.PartViz = part.PartNumber;
|
||||
|
||||
o.UpcViz=part.UPC;
|
||||
|
||||
TaxCode Tax = null;
|
||||
|
||||
Reference in New Issue
Block a user