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