Commit 0768df89 authored by steurwadkar's avatar steurwadkar

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104077 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8504bab1
......@@ -4001,7 +4001,9 @@ public class ShipmentConf extends ActionHandlerEJB implements ShipmentConfLocal,
}
//refSer="BOL-NO";
String loginCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginCode");
siteCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"site_code");
//Changed by Santosh on 30-11-2016 to get sitecode from xtraparams
//siteCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"site_code");
siteCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginSiteCode");
String chgTerm = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"chgTerm");
java.util.Date date = null;
Timestamp timestamp = new Timestamp(System.currentTimeMillis());
......
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