This commit is contained in:
2021-05-21 23:40:47 +00:00
parent d57cda1783
commit a318137900
2 changed files with 2 additions and 1 deletions

View File

@@ -2024,6 +2024,7 @@ namespace AyaNova.Biz
ServiceRate Rate = null;
if (o.ServiceRateId != null)
Rate = await ct.ServiceRate.AsNoTracking().FirstOrDefaultAsync(x => x.Id == o.ServiceRateId);
o.ServiceRateViz = Rate.Name;
TaxCode Tax = null;
if (o.TaxCodeSaleId != null)
Tax = await ct.TaxCode.AsNoTracking().FirstOrDefaultAsync(z => z.Id == o.TaxCodeSaleId);