Commit f6b59c67 authored by ppatro's avatar ppatro

Master Pack Ic site code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92527 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 43c93e19
...@@ -1145,7 +1145,7 @@ public class MasterPackIC extends ValidatorEJB implements MasterPackICRemote, Ma ...@@ -1145,7 +1145,7 @@ public class MasterPackIC extends ValidatorEJB implements MasterPackICRemote, Ma
String chgTerm = genericUtility.getValueFromXTRA_PARAMS( xtraParams, "chgTerm" ); String chgTerm = genericUtility.getValueFromXTRA_PARAMS( xtraParams, "chgTerm" );
//Changed by sumit on 16/01/13 getting site_code //Changed by sumit on 16/01/13 getting site_code
siteCode = genericUtility.getValueFromXTRA_PARAMS( xtraParams, "site_code" ); siteCode = genericUtility.getValueFromXTRA_PARAMS( xtraParams, "loginSiteCode" );
System.out.println(" site *** code ["+siteCode+"]"); System.out.println(" site *** code ["+siteCode+"]");
DateFormat dateFormat = new SimpleDateFormat(genericUtility.getApplDateFormat()); DateFormat dateFormat = new SimpleDateFormat(genericUtility.getApplDateFormat());
......
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