Commit 3030e528 authored by dsawant's avatar dsawant

EDIT FLAG


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93186 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 787e7a0e
......@@ -99,8 +99,11 @@ public class BudgetGroupAcctAmd extends ValidatorEJB implements BudgetGroupAcctA
break;
}
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