This commit is contained in:
@@ -2228,7 +2228,7 @@ namespace AyaNova.Util
|
||||
o.InternalReferenceNumber = "irf-" + Fake.Finance.Account(4);
|
||||
o.ServiceDate = woDate.ToUniversalTime();
|
||||
|
||||
int woItemCount = Fake.Random.Int(1, 3);
|
||||
int woItemCount = Fake.Random.Int(1, 6);
|
||||
for (int y = 0; y < woItemCount; y++)
|
||||
{
|
||||
var woItem = new WorkOrderItem()
|
||||
|
||||
Reference in New Issue
Block a user