This commit is contained in:
@@ -2631,7 +2631,8 @@ namespace AyaNova.Util
|
|||||||
|
|
||||||
Quantity = 1,
|
Quantity = 1,
|
||||||
PartId = Fake.Random.Long(1, TotalSeededParts),
|
PartId = Fake.Random.Long(1, TotalSeededParts),
|
||||||
PartWarehouseId = 1
|
PartWarehouseId = 1,
|
||||||
|
PurchaseOrderItemId = Fake.Random.Long(1, TotalSeededPurchaseOrders)//yes it's POITEM vs po but each po has at least one item so this will work
|
||||||
};
|
};
|
||||||
woItem.PartRequests.Add(woItemPartRequest);
|
woItem.PartRequests.Add(woItemPartRequest);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user