This commit is contained in:
2021-02-19 01:34:34 +00:00
parent 9c3fbb4675
commit d8e5f73823

View File

@@ -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
});
}