Commit 828021e6 authored by agaikwad's avatar agaikwad

Changed window name.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101130 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f9a7fd7b
...@@ -1267,7 +1267,8 @@ public class PayVoucherComPrc extends ProcessEJB implements PayVoucherComPrcLoca ...@@ -1267,7 +1267,8 @@ public class PayVoucherComPrc extends ProcessEJB implements PayVoucherComPrcLoca
try try
{ {
Conf = new MiscValConf(); Conf = new MiscValConf();
windowName="w_purdist_exp_filt"; //windowName="w_purdist_exp_filt";
windowName="w_purdist_exp";
String currDateStr=""; String currDateStr="";
lsacctcode = genericUtility.getColumnValue("acct_code",headerDom); lsacctcode = genericUtility.getColumnValue("acct_code",headerDom);
...@@ -1701,7 +1702,7 @@ public class PayVoucherComPrc extends ProcessEJB implements PayVoucherComPrcLoca ...@@ -1701,7 +1702,7 @@ public class PayVoucherComPrc extends ProcessEJB implements PayVoucherComPrcLoca
String trandate1="",trandate2="",refdate1="",refdate2,tranID="",lssitecodedet=""; String trandate1="",trandate2="",refdate1="",refdate2,tranID="",lssitecodedet="";
try try
{ {
windowName="w_purdist_exp_filt"; windowName="w_purdist_exp";
SimpleDateFormat sdf = null; SimpleDateFormat sdf = null;
java.util.Date currentDate = new java.util.Date(); java.util.Date currentDate = new java.util.Date();
sdf = new SimpleDateFormat(genericUtility.getDBDateFormat()); sdf = new SimpleDateFormat(genericUtility.getDBDateFormat());
...@@ -2144,7 +2145,7 @@ public class PayVoucherComPrc extends ProcessEJB implements PayVoucherComPrcLoca ...@@ -2144,7 +2145,7 @@ public class PayVoucherComPrc extends ProcessEJB implements PayVoucherComPrcLoca
int licrdays=0, lilineno=0,lldetrows=0, llcnt=0, lltaxrc=0, llcc=0, llrndto=0,updCnt=0; int licrdays=0, lilineno=0,lldetrows=0, llcnt=0, lltaxrc=0, llcc=0, llrndto=0,updCnt=0;
String loginUser = GenericUtility.getInstance().getValueFromXTRA_PARAMS(xtraParams,"loginCode"); String loginUser = GenericUtility.getInstance().getValueFromXTRA_PARAMS(xtraParams,"loginCode");
String termID = GenericUtility.getInstance().getValueFromXTRA_PARAMS(xtraParams,"termId"); String termID = GenericUtility.getInstance().getValueFromXTRA_PARAMS(xtraParams,"termId");
winname="w_purdist_exp_filt"; winname="w_purdist_exp";
ArrayList payTranList = new ArrayList(); ArrayList payTranList = new ArrayList();
String keyString ="", keyCol = "",tranSer =""; String keyString ="", keyCol = "",tranSer ="";
StringBuffer xmlBuff = null; StringBuffer xmlBuff = null;
......
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