Commit f7371c99 authored by asant's avatar asant

form2 wfValData changed

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@191960 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6dcbe85a
......@@ -302,7 +302,7 @@ public class SalesQuotProposal extends ValidatorEJB implements SalesQuotProposal
int parentNodeListLen = parentNodeList.getLength();
System.out.println("##### Number of node in parentNodeListLen : "+parentNodeListLen);
//Added by AMOL[If no record selected] START
for(int ctr2 = 0; ctr2 < parentNodeListLen; ctr2++ )
/*for(int ctr2 = 0; ctr2 < parentNodeListLen; ctr2++ )
{
node = parentNodeList.item(ctr);
childNodeName = node.getNodeName();
......@@ -327,7 +327,7 @@ public class SalesQuotProposal extends ValidatorEJB implements SalesQuotProposal
errCode = "VTINVSEL";
errList.add(errCode);
errFields.add("invoice_id".toLowerCase());
}
}*/
}
else if("sale_quotitems".equalsIgnoreCase(formName))
......
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