Commit b76a700c authored by rtiwari's avatar rtiwari

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93698 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e5777a2c
/* develop by ritesh on 26/sep/13 for request DI3FSUN020
* purpuse : tax item stan : master functionality */
* Purpose : tax item stan : master functionality */
package ibase.webitm.ejb.dis;
......@@ -94,7 +94,7 @@ public class TaxItemStanIC extends ValidatorEJB implements TaxItemStanICLocal,Ta
childNode = childNodeList.item(ctr);
childNodeName = childNode.getNodeName();
if(childNodeName.equalsIgnoreCase("stan_code"))
if(childNodeName.equalsIgnoreCase("stan_code") && "A".equalsIgnoreCase(editFlag))
{
System.out.println("validation stan_code executed");
stanCode = checkNull(genericUtility.getColumnValue("stan_code",dom));
......@@ -561,7 +561,7 @@ public class TaxItemStanIC extends ValidatorEJB implements TaxItemStanICLocal,Ta
pstmt2.close();pstmt2 = null;
}
}
System.out.println("&&&&&& row updated ::"+cntR+"for stan_code::::"+stanCode+"");
System.out.println("&&&&&& row updated :: ( "+cntR+" ) for stan_code::::"+stanCode+"");
rs1.close();rs1 = null;
pstmt1.close();pstmt1 = null;
......
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