Commit 6bf91df5 authored by cpatil's avatar cpatil

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@91923 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d5f74778
...@@ -130,7 +130,7 @@ public class CopyPayParamPrs extends ValidatorEJB implements CopyPayParamPrsLoca ...@@ -130,7 +130,7 @@ public class CopyPayParamPrs extends ValidatorEJB implements CopyPayParamPrsLoca
} }
else if( newPeriodCode == null || newPeriodCode.trim().length() == 0 ) else if( newPeriodCode == null || newPeriodCode.trim().length() == 0 )
{ {
errString = itmDBAccessEJB.getErrorString("","NEWPRCONULL",""); errString = itmDBAccessEJB.getErrorString("","NEWPRCONUL","");
} }
else if( newPeriodCode != null && newPeriodCode.trim().length() > 0 ) else if( newPeriodCode != null && newPeriodCode.trim().length() > 0 )
{ {
......
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