Commit 5f6cadf3 authored by pjain's avatar pjain

changed by sankara on 07/08/14 porcpic


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95813 ce508802-f39f-4f6c-b175-0d175dae99d5
parent df72a2bb
...@@ -641,6 +641,8 @@ public class PoRcpIC extends ValidatorEJB implements PoRcpICRemote, PoRcpICLocal ...@@ -641,6 +641,8 @@ public class PoRcpIC extends ValidatorEJB implements PoRcpICRemote, PoRcpICLocal
if( "lot_sl".equalsIgnoreCase( childNodeName ) ) if( "lot_sl".equalsIgnoreCase( childNodeName ) )
{ {
lotSl = checkNull(genericUtility.getColumnValue("lot_sl", allDom, "3" )); lotSl = checkNull(genericUtility.getColumnValue("lot_sl", allDom, "3" ));
siteCode = checkNull(genericUtility.getColumnValue("site_code", allDom, "2" ));
System.out.println("siteCode2::::::::"+siteCode);
if ( lotSl.trim().length() == 0 ) if ( lotSl.trim().length() == 0 )
{ {
errList.add( "NULLLPNNO " ); errList.add( "NULLLPNNO " );
......
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