This commit is contained in:
@@ -4072,7 +4072,7 @@ namespace AyaNovaQBI
|
|||||||
c.Name = sName;
|
c.Name = sName;
|
||||||
|
|
||||||
c.Description = T(255, dr["SalesDesc"].ToString());
|
c.Description = T(255, dr["SalesDesc"].ToString());
|
||||||
c.WholeSalerId = AyaVendorForQBItem(im.ForeignID);
|
c.WholeSalerId = AyaVendorForQBItem(im.IntegrationItemId);
|
||||||
c.Retail = (decimal)dr["Price"];
|
c.Retail = (decimal)dr["Price"];
|
||||||
c.Cost = (decimal)dr["Cost"];
|
c.Cost = (decimal)dr["Cost"];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user