Commit 805cdfc7 authored by pbhosale's avatar pbhosale

Updated on[25/11/2019][changes done as suggested by Piyush sir.]

AdmCommon.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@212688 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d574f857
......@@ -36,7 +36,6 @@ import org.w3c.dom.Document;
import org.w3c.dom.Node;
import ibase.system.config.ConnDriver;
import ibase.utility.BaseLogger;
import ibase.utility.CommonConstants;
import ibase.utility.E12GenericUtility;
import ibase.webitm.bean.adm.LogWriterDatabase;
......@@ -563,7 +562,10 @@ public class AdmCommon
}//Added by Anjali R. on [19/07/2019][To terminate if condition here as per pb code]
// Modified by chetna on [06-09-2014][To incorporate changes of ITM in RCP Migration]
// if ((voucherNo != null && voucherNo.trim().length() > 0) || procType.equalsIgnoreCase("PY"))
else if ((voucherNo != null && voucherNo.trim().length() > 0) || procType.equalsIgnoreCase("PY") || winName.equalsIgnoreCase("W_ATTD_PROC_NORULE") || winName.equalsIgnoreCase("W_ATTD_MON"))
//Modified by Poonam B[25/11/2019][START][Changes done as suggested by piyush sir]
//else if ((voucherNo != null && voucherNo.trim().length() > 0) || procType.equalsIgnoreCase("PY") || winName.equalsIgnoreCase("W_ATTD_PROC_NORULE") || winName.equalsIgnoreCase("W_ATTD_MON"))
else
//Modified by Poonam B[25/11/2019][END][Changes done as suggested by piyush sir]
{
sqlStr = "SELECT COUNT(*) AS COUNT FROM PAYARR_TO_PROC WHERE EMP_CODE = '"+currEmpCode+"'" +
" AND PRD_CODE = '"+currPeriod+"' AND STATUS = 'U' AND PROC_TYPE = '"+procType+"'" ;
......
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