Commit 9774eb1d authored by dpingle's avatar dpingle

* update sql file and component on[13/11/19]

w_leavebal.sql
leaveBalIC.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211924 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6b20f3fb
......@@ -207,6 +207,8 @@ values ('INVLVDATA4','Already existed!!','Already Existed Employee Code in leave
update transetup set tran_id_col='emp_code,lve_code,eff_date,upto_date' where tran_window='w_leavebal';
update MESSAGES set MSG_DESCR='Effective Date can not be empty'WHERE MSG_NO='VTDATE19';
----------------------------------------------------- Dipesh[11/11/19]End
......
......@@ -324,7 +324,7 @@ public class leaveBalIC extends ValidatorEJB implements leaveBalRemote,leaveBalL
if(effDateStr == null || effDateStr.trim().length() == 0)
{
errList.add("VTDATE11");
errList.add("VTDATE19");
errFields.add(childNodeName.toLowerCase());
}
if(uptoDateStr != null && effDateStr != 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