This commit is contained in:
2021-02-26 01:23:56 +00:00
parent 8cab9d66c2
commit a6cafef66f

View File

@@ -1576,6 +1576,10 @@ namespace AyaNova.Util
//
public async Task SeedPartAsync(ILogger log, int count, int maxQuantity)
{
todo: need to have a few partstocklevel entries for testing, maybe here, maybe in known seed data or I guess part must exist first so...
//maybe just do the first X number with restock values higher than in stock values??
//or seed known parts??
for (int x = 0; x < count; x++)
{
Part o = new Part();