Esempio n. 1
0
 /// <summary>
 /// Gets one article defined by artnr
 /// Also returns stock for this article
 /// </summary>
 /// <param name="ident"></param>
 /// <param name="artnr"></param>
 /// <returns></returns>
 /// 2018-05-22 KJBO Indentive AB
 public OrderArtCL getCheckoutableArticle(string ident, string artnr)
 {
     ServHuvSrc.COrderArt oa = new ServHuvSrc.COrderArt();
     return(oa.getCheckoutableArticle(ident, artnr));
 }