Commit 0c094932 authored by arawankar's avatar arawankar

Changes merge in EmpLeaveConf.java

- lve code not taken from empleave table in getXMLFromDBForEdit(String,Connection)

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187739 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 303e67f0
...@@ -4948,7 +4948,7 @@ public class EmpLeaveConf extends ActionHandlerEJB implements EmpLeaveConfLocal, ...@@ -4948,7 +4948,7 @@ public class EmpLeaveConf extends ActionHandlerEJB implements EmpLeaveConfLocal,
useFlag = checkNull(rs.getString("use_flag")); useFlag = checkNull(rs.getString("use_flag"));
lveDateFor = rs.getTimestamp("LVE_DATE_FR"); lveDateFor = rs.getTimestamp("LVE_DATE_FR");
lveDateTo = rs.getTimestamp("LVE_DATE_TO"); lveDateTo = rs.getTimestamp("LVE_DATE_TO");
lveCode = checkNull("LVE_CODE"); lveCode = checkNull(rs.getString("LVE_CODE"));
aprvDate = rs.getTimestamp("APRV_DATE"); aprvDate = rs.getTimestamp("APRV_DATE");
leaveType = checkNull(rs.getString("lve_type")); leaveType = checkNull(rs.getString("lve_type"));
enchAmt = rs.getDouble("ENCH_AMT"); enchAmt = rs.getDouble("ENCH_AMT");
......
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