Commit 0bb1c19a authored by dpawar's avatar dpawar

changes in hard code error code to dynamic error code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95000 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d426fa5c
...@@ -5161,7 +5161,10 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales ...@@ -5161,7 +5161,10 @@ public class SalesReturn extends ValidatorEJB implements SalesReturnLocal, Sales
if( errCode != null && errCode.trim().length() > 0 ) if( errCode != null && errCode.trim().length() > 0 )
{ {
errList.add( "VMPRD1" ); //errList.add( "VMPRD1" );
//changes by Dadaso pawar on 28-APR-14 [Start]
errList.add(errCode.trim());
//changes by Dadaso pawar on 28-APR-14 [END]
errFields.add( childNodeName.toLowerCase() ); errFields.add( childNodeName.toLowerCase() );
//errString = getErrorString( childNodeName, errCode, userId ); //errString = getErrorString( childNodeName, errCode, userId );
//break; //break;
......
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