This commit is contained in:
@@ -1723,6 +1723,7 @@ namespace AyaNova.Util
|
||||
|
||||
|
||||
|
||||
|
||||
List<long> partsAdded = new List<long>();
|
||||
int partCount = Fake.Random.Int(1, 5);
|
||||
for (int y = 0; y < partCount; y++)
|
||||
@@ -1742,7 +1743,8 @@ namespace AyaNova.Util
|
||||
QuantityReceived = qty,
|
||||
PurchaseOrderCost = 10,
|
||||
ReceivedCost = 10,
|
||||
ReceivedDate = o.ExpectedReceiveDate
|
||||
ReceivedDate = o.ExpectedReceiveDate,
|
||||
PurchaseTaxCodeId = 3//sales and goods
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user