Commit 64dfed44 authored by dpingle's avatar dpingle

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

w_grade_mthad.sql
GradeMthadIC.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@211414 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8df8afc6
......@@ -149,7 +149,11 @@ update obj_actions set LINE_NO=22 ,DISPLAY_MODE=1 where OBJ_NAME='grade_mthad'
----------------------------------------------[30/10/19]Start
------------------------------------------------------[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
......
......@@ -230,7 +230,7 @@ public class GradeMthadIC extends ValidatorEJB implements GradeMthadLocal, Grade
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