This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user