Ejemplo n.º 1
0
        /// <summary>
        /// Calculate the next available order number is this is numeric
        /// Otherwise returns an empty string
        /// </summary>
        /// <returns></returns>
        /// 2018-04-26 KJBO Indentive AB
        public string getNextOrderNumber()
        {
            CMServHuv sh = new CMServHuv();

            return(sh.getNextOrderNumber());
        }