This commit is contained in:
2022-07-05 22:03:45 +00:00
parent 2f8e5db01c
commit 72fe79842f

View File

@@ -4072,7 +4072,7 @@ namespace AyaNovaQBI
c.Name = sName;
c.Description = T(255, dr["SalesDesc"].ToString());
c.WholeSalerId = AyaVendorForQBItem(im.ForeignID);
c.WholeSalerId = AyaVendorForQBItem(im.IntegrationItemId);
c.Retail = (decimal)dr["Price"];
c.Cost = (decimal)dr["Cost"];