Commit a2619f12 authored by nkhan's avatar nkhan

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101625 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7d2c89e0
......@@ -814,7 +814,7 @@ public class RelPartyDefIC extends ValidatorEJB implements RelPartyDefICLocal, R
System.out.println("acctountPeriod ["+ acctountPeriod + "]");
if( periodCodeFrom == null || acctoutPeriod.length() ==0 ){
if( periodCodeFrom == null || periodCodeFrom.length() ==0 ){
errCode = "VTNULPRDFR";
errList.add(errCode);
......
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