Commit 87d34fa3 authored by msingh's avatar msingh

Changes in PoRcpRmPmIC.java for DDUK


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99567 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0f58002e
......@@ -1068,7 +1068,7 @@ public class PoRcpRmPmIC extends ValidatorEJB implements PoRcpRmPmICRemote, PoRc
if("DDUK".equalsIgnoreCase(projectCode))
{
if ( "expiry_date".equalsIgnoreCase( childNodeName ) )
/*if ( "expiry_date".equalsIgnoreCase( childNodeName ) )
{
itemCode = checkNull(genericUtility.getColumnValue("item_code", allDom, "3" ));
System.out.println("call Dhanraj exp_date");
......@@ -1077,8 +1077,8 @@ public class PoRcpRmPmIC extends ValidatorEJB implements PoRcpRmPmICRemote, PoRc
errList.add( "NULLEXPDT" ); //null not allowed.
errFields.add( childNodeName.toLowerCase() );
}
}
else if ( "quantity".equalsIgnoreCase( childNodeName ) ){
}*/
if ( "quantity".equalsIgnoreCase( childNodeName ) ){
if(asnNo != null && !asnNo.equals("")){//protect ='1'
}else{//For Purchase order
System.out.println("RMPMReceipt Generation qty");
......
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