Commit 9f61bd2d authored by dsawant's avatar dsawant

EDIT FLAG


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@31416 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c350217b
......@@ -100,7 +100,10 @@ public class BudgetGroupAcctAmd extends ValidatorEJB implements BudgetGroupAcctA
}
else
{
if(!editFlag.equalsIgnoreCase("E"))
{
cnt= getDBRowCount(conn,"budgrp_acct_amd","amd_no",amdno);
}
if(cnt == 1)
{
errCode = "VMAMNOE";
......@@ -182,7 +185,7 @@ public class BudgetGroupAcctAmd extends ValidatorEJB implements BudgetGroupAcctA
}
//changes by deepak
if (childNodeName.equalsIgnoreCase("budget_amt"))
else if (childNodeName.equalsIgnoreCase("budget_amt"))
{
String budamt="";
budamt = genericUtility.getColumnValue("budget_amt",dom);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment