示例#1
0
        public List <DataTable> GetSalesOrderNoIncludePendingCorrespondingtoLedgerforSI(decimal decLedgerId, decimal decSalesMasterId, decimal decVoucherTypeId)
        {
            List <DataTable> ListObj = new List <DataTable>();

            try
            {
                ListObj = spSalesOrderMaster.GetSalesOrderNoIncludePendingCorrespondingtoLedgerforSI(decLedgerId, decSalesMasterId, decVoucherTypeId);
            }
            catch (Exception ex)
            {
                MessageBox.Show("SOBLL19:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
            }
            return(ListObj);
        }