Esempio n. 1
0
 /// <summary>
 /// Set a new value to column tempCiAntal on table orderArt
 /// This is a temporary value (to be committed later) for
 /// how many items that will be inserted into CompactStore
 /// after a serviceorder session
 /// </summary>
 /// <param name="ident"></param>
 /// <param name="orderArtId"></param>
 /// <param name="newValue"></param>
 /// <returns></returns>
 /// 2018-05-02 KJBO Indentive AB
 public ErrorCL setTempCiAntal(string ident, int orderArtId, decimal newValue)
 {
     ServHuvSrc.COrderArt oa = new ServHuvSrc.COrderArt();
     return(oa.setTempCiAntal(ident, orderArtId, newValue));
 }