This commit is contained in:
2021-11-17 18:39:45 +00:00
parent f2f970d190
commit 72de4ac85e
2 changed files with 2 additions and 1 deletions

View File

@@ -2543,6 +2543,7 @@ namespace AyaNova.Util
o.PartNumber = Fake.Finance.Account(6);
} while (!HashPartNumbers.Add(o.PartNumber));
o.Name="pnm"+o.PartNumber;//temporary?? get rid of name??
o.Active = true;
o.Notes = Fake.Lorem.Sentence(null, 3);
o.Tags = RandomTags();