This commit is contained in:
2021-02-18 16:01:14 +00:00
parent a740177d7c
commit 7462e3edc9

View File

@@ -1700,7 +1700,7 @@ namespace AyaNova.Util
public async Task SeedPurchaseOrderAsync(ILogger log, int count)
{
DateTime seedStartWindow = DateTime.Now.AddYears(-1);
DateTime seedEndWindow = DateTime.Now.AddMonths(-11);
DateTime seedEndWindow = DateTime.Now.AddDays(-5);
for (int x = 0; x < count; x++)
{
PurchaseOrder o = new PurchaseOrder();