Commit 479d7774 authored by dpingle's avatar dpingle

* updated sql file on [06/11/19]

w_emp_mthad.sql
EmpMthadIC.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211409 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a854080d
...@@ -168,6 +168,9 @@ update POPHELP set THUMB_ALT_COL = 'Name', THUMB_IMAGE_COL= 'emp_code', THUMB_OB ...@@ -168,6 +168,9 @@ update POPHELP set THUMB_ALT_COL = 'Name', THUMB_IMAGE_COL= 'emp_code', THUMB_OB
------------------------------------------------------[06/11/19]Start
update messages set MSG_DESCR='Effective date or Expiry Date cannot be empty' where MSG_NO='VTDATE11';
------------------------------------------------------[06/11/19]End
...@@ -252,7 +252,7 @@ public class EmpMthadIC extends ValidatorEJB implements EmpMthadLocal,EmpMthadRe ...@@ -252,7 +252,7 @@ public class EmpMthadIC extends ValidatorEJB implements EmpMthadLocal,EmpMthadRe
if(expDateStr == null || expDateStr.trim().length() == 0) if(expDateStr == null || expDateStr.trim().length() == 0)
{ {
errList.add("VTDATE19"); errList.add("VTDATE11");
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
if(effDateStr != null && expDateStr != null) if(effDateStr != null && expDateStr != 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