Commit f3c0b6c6 authored by msingh's avatar msingh

Changes in PalletNoIC.java for DDUK


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99296 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 771b3729
...@@ -153,6 +153,11 @@ public class PalletNoIC extends ValidatorEJB implements PalletNoICLocal, PalletN ...@@ -153,6 +153,11 @@ public class PalletNoIC extends ValidatorEJB implements PalletNoICLocal, PalletN
try try
{ {
//Changed by Dadaso pawar merge DDUk and SUN WMS [START] [04/11/15] //Changed by Dadaso pawar merge DDUk and SUN WMS [START] [04/11/15]
ConnDriver connDriver = new ConnDriver();
conn = connDriver.getConnectDB( "DriverITM" );
connDriver = null;
projectCode = disCommonObj.getDisparams("999999","PROJECT",conn); projectCode = disCommonObj.getDisparams("999999","PROJECT",conn);
if("DDUK".equalsIgnoreCase(projectCode)) if("DDUK".equalsIgnoreCase(projectCode))
{ {
...@@ -165,11 +170,8 @@ public class PalletNoIC extends ValidatorEJB implements PalletNoICLocal, PalletN ...@@ -165,11 +170,8 @@ public class PalletNoIC extends ValidatorEJB implements PalletNoICLocal, PalletN
errorCode = "NULLPLTNO1"; errorCode = "NULLPLTNO1";
} }
//Changed by Dadaso pawar merge DDUk and SUN WMS [End] [04/11/15] //Changed by Dadaso pawar merge DDUk and SUN WMS [End] [04/11/15]
int currentFormNo = 0; int currentFormNo = 0;
ConnDriver connDriver = new ConnDriver();
conn = connDriver.getConnectDB( "DriverITM" );
connDriver = null;
String userId = genericUtility.getValueFromXTRA_PARAMS( xtraParams, "loginCode" ); String userId = genericUtility.getValueFromXTRA_PARAMS( xtraParams, "loginCode" );
if ( objContext != null && objContext.trim().length() > 0 ) if ( objContext != null && objContext.trim().length() > 0 )
......
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