This commit is contained in:
2021-02-17 15:14:12 +00:00
parent 938806bd55
commit 8f1cb5d276
6 changed files with 10 additions and 9 deletions

View File

@@ -1700,7 +1700,7 @@ namespace AyaNova.Util
for (int x = 0; x < count; x++)
{
PurchaseOrder o = new PurchaseOrder();
o.VendorId = Fake.Random.Long(1, TotalSeededVendors);
o.VendorId = Fake.Random.Long(1, TotalSeededVendors);
var poDate = Fake.Date.Between(seedStartWindow, seedEndWindow);
o.OrderedDate = poDate.ToUniversalTime();
o.ExpectedReceiveDate = poDate.AddDays(5).ToUniversalTime();