This commit is contained in:
2021-12-23 00:00:21 +00:00
parent 783e4611ac
commit fe36b2f9bc
3 changed files with 52 additions and 52 deletions

View File

@@ -2435,7 +2435,7 @@ namespace AyaNova.Biz
o.UserViz = vc.Get("user", o.UserId);
}
}
TaxCode Tax = null;
TaxCode Tax = null;
if (o.ChargeTaxCodeId != null)
{
if (!oc.Has("tax", o.ChargeTaxCodeId))