This commit is contained in:
2023-02-06 20:05:24 +00:00
parent 9e946cc8a3
commit 347b202f91
5 changed files with 58 additions and 3 deletions

View File

@@ -218,6 +218,7 @@ namespace Sockeye.Biz
Purchase p = new Purchase();
p.PurchaseDate = purchaseDate;
p.CustomerId = customer.Id;
p.RegTo = jCustomerName;
p.VendorId = vn.VendorId;
p.SalesOrderNumber = salesOrderNumber;
var SalesItemProductVendorCode = jPurchase["product_id"].Value<string>();