public void LedgerPostingDeleteByVoucherTypeAndVoucherNo(string strVocuherNumber, decimal decvoucherTypeId) { try { spAccountLedger.LedgerPostingDeleteByVoucherTypeAndVoucherNo(strVocuherNumber, decvoucherTypeId); } catch (Exception ex) { MessageBox.Show("AL5:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information); } }