Commit 70cf9f26 authored by nkhan's avatar nkhan

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101626 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a2619f12
...@@ -848,7 +848,7 @@ public class RelPartyDefIC extends ValidatorEJB implements RelPartyDefICLocal, R ...@@ -848,7 +848,7 @@ public class RelPartyDefIC extends ValidatorEJB implements RelPartyDefICLocal, R
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
if( countValue == 1 ) /*if( countValue == 1 )
{ {
if(Integer.parseInt(checkNllOrBlank(periodCodeFrom)) > Integer.parseInt(checkNllOrBlank(periodCodeTo))){ if(Integer.parseInt(checkNllOrBlank(periodCodeFrom)) > Integer.parseInt(checkNllOrBlank(periodCodeTo))){
...@@ -858,7 +858,7 @@ public class RelPartyDefIC extends ValidatorEJB implements RelPartyDefICLocal, R ...@@ -858,7 +858,7 @@ public class RelPartyDefIC extends ValidatorEJB implements RelPartyDefICLocal, R
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
} }*/
} }
......
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