Ejemplo n.º 1
0
        public bool AccountGroupIdCheckSundryDeptor(string strLedgerName)
        {
            bool isSundryDebit = false;

            try
            {
                isSundryDebit = spAccountLedger.AccountGroupIdCheckSundryDeptor(strLedgerName);
            }
            catch (Exception ex)
            {
                MessageBox.Show("AL20:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
            }
            return(isSundryDebit);
        }