case 4496

This commit is contained in:
2023-03-24 17:15:03 +00:00
parent e0b889974c
commit de98e3568c
2 changed files with 2 additions and 0 deletions

View File

@@ -3259,6 +3259,7 @@ namespace AyaNova.Biz
else
return;//this should never happen but this is insurance in case it does
o.PartDescriptionViz = part.Description;
o.PartNameViz = part.Name;
o.UpcViz = part.UPC;

View File

@@ -4520,6 +4520,7 @@ namespace AyaNova.Biz
else
return;//this should never happen but this is insurance in case it does
o.PartDescriptionViz = part.Description;
o.PartNameViz = part.Name;
o.UpcViz = part.UPC;