Commit 719cba8e authored by caluka's avatar caluka

edit mode login site code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101727 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9ef5fd70
...@@ -1091,7 +1091,7 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj ...@@ -1091,7 +1091,7 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj
logInEmpCode = getValueFromXTRA_PARAMS(xtraParams, "loginEmpCode"); logInEmpCode = getValueFromXTRA_PARAMS(xtraParams, "loginEmpCode");
SimpleDateFormat sdf = new SimpleDateFormat(genericUtility.getApplDateFormat()); SimpleDateFormat sdf = new SimpleDateFormat(genericUtility.getApplDateFormat());
sysDate = sdf.format(new java.util.Date()); sysDate = sdf.format(new java.util.Date());
siteCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginCode"); siteCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginSiteCode");
DistCommon distCommon = new DistCommon(); DistCommon distCommon = new DistCommon();
FinCommon finCommon = new FinCommon(); FinCommon finCommon = new FinCommon();
System.out.println("editFlag@@ : ["+editFlag+"]"); System.out.println("editFlag@@ : ["+editFlag+"]");
...@@ -1173,7 +1173,7 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj ...@@ -1173,7 +1173,7 @@ public class AdjReceiptIC extends ValidatorEJB implements AdjReceiptICRemote,Adj
else else
{ {
valueXmlString.append("<price_list protect=\"0\" ><![CDATA[").append("").append("]]></price_list>\r\n"); valueXmlString.append("<price_list protect=\"0\" ><![CDATA[").append("").append("]]></price_list>\r\n");
valueXmlString.append("<site_code protect=\"0\" ><![CDATA[").append("").append("]]></site_code>\r\n"); valueXmlString.append("<site_code protect=\"0\" ><![CDATA[").append(siteCode).append("]]></site_code>\r\n");
} }
} }
......
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