This commit is contained in:
@@ -2573,7 +2573,7 @@ namespace AyaNova.Biz
|
||||
if (o.TaxCodeSaleId != null)
|
||||
Tax = await ct.TaxCode.AsNoTracking().FirstOrDefaultAsync(z => z.Id == o.TaxCodeSaleId);
|
||||
if (Tax != null)
|
||||
o.TaxCodeSaleViz = Tax.Name;
|
||||
o.TaxCodeViz = Tax.Name;
|
||||
|
||||
o.PriceViz = 0;
|
||||
if (Rate != null)
|
||||
@@ -5369,7 +5369,7 @@ namespace AyaNova.Biz
|
||||
if (o.TaxCodeSaleId != null)
|
||||
Tax = await ct.TaxCode.AsNoTracking().FirstOrDefaultAsync(z => z.Id == o.TaxCodeSaleId);
|
||||
if (Tax != null)
|
||||
o.TaxCodeSaleViz = Tax.Name;
|
||||
o.TaxCodeViz = Tax.Name;
|
||||
|
||||
o.PriceViz = 0;
|
||||
if (Rate != null)
|
||||
|
||||
Reference in New Issue
Block a user