Commit c51fe912 authored by agaikwad's avatar agaikwad

get and set Login site code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105663 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 71973797
......@@ -392,6 +392,7 @@ public class PostOrdInvoiceGen extends ActionHandlerEJB
userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginCode");
loginEmpCode =(genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginEmpCode"));
termId =(genericUtility.getValueFromXTRA_PARAMS(xtraParams, "termId"));
loginSite=(genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode"));
SorderConf sordcnf=new SorderConf();
java.util.Date today = new java.util.Date();
Calendar cal = Calendar.getInstance();
......
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