issue in discount api
This commit is contained in:
parent
472cdf9409
commit
177ee7d57f
|
|
@ -729,8 +729,8 @@ public class MobileMasterDataService : IMobileMasterDataService
|
||||||
SalesOrgCode = dr.IsDBNull(0) ? null : dr.GetString(0),
|
SalesOrgCode = dr.IsDBNull(0) ? null : dr.GetString(0),
|
||||||
DiscountCode = dr.GetString(1),
|
DiscountCode = dr.GetString(1),
|
||||||
DiscountName = dr.GetString(2),
|
DiscountName = dr.GetString(2),
|
||||||
DistributorChannelCode = dr.IsDBNull(0) ? null : dr.GetString(3),
|
DistributorChannelCode = dr.IsDBNull(3) ? null : dr.GetString(3),
|
||||||
DistributorChannelName = dr.IsDBNull(0) ? null : dr.GetString(4),
|
DistributorChannelName = dr.IsDBNull(4) ? null : dr.GetString(4),
|
||||||
DiscountType = (DiscountTypeEnum)dr.GetInt32(5)
|
DiscountType = (DiscountTypeEnum)dr.GetInt32(5)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user