Commit a854080d authored by dpingle's avatar dpingle

* update component on [06/11/19]

w_cadre_mthad.sql
CadreMthadIC.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211407 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 40cce2e6
......@@ -188,6 +188,11 @@ update obj_actions set LINE_NO=22 ,DISPLAY_MODE=1 where OBJ_NAME='cadre_mthad'
------------------------------------------------------[31/10/19]End
------------------------------------------------------[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
......
......@@ -232,7 +232,7 @@ public class CadreMthadIC extends ValidatorEJB implements CadreMthadLocal, Cadre
if(expDateStr == null || expDateStr.trim().length() == 0)
{
errList.add("VTDATE19");
errList.add("VTDATE11");
errFields.add(childNodeName.toLowerCase());
}
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