This commit is contained in:
2021-02-26 21:13:34 +00:00
parent f6f2d901f8
commit 140789e481
3 changed files with 4 additions and 4 deletions

View File

@@ -1579,7 +1579,7 @@ namespace AyaNova.Util
//for testing purposes make a quarter (approx) of parts that are lower than restock level
int PartStockLevelParts = count / 4;
Console.WriteLine($"SEEDER PartStockLevelParts is {PartStockLevelParts}");
//Console.WriteLine($"SEEDER PartStockLevelParts is {PartStockLevelParts}");
for (int x = 0; x < count; x++)
{