Commit 211c284b authored by smestry's avatar smestry

Updated the Stock amd confirm for success message.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104813 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 68f7ee36
...@@ -116,12 +116,18 @@ public class StockAmdConf extends ActionHandlerEJB implements StockAmdConfLocal, ...@@ -116,12 +116,18 @@ public class StockAmdConf extends ActionHandlerEJB implements StockAmdConfLocal,
if(errCode.length() != 0) if(errCode.length() != 0)
{ {
isError = true; isError = true;
}
else if(errCode.length() == 0)
{
isError = false;
errCode = "CONFSUCESS";
errList.add( errCode ); errList.add( errCode );
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
} }
int errListSize = errList.size(); int errListSize = errList.size();
cnt = 0; cnt = 0;
String errFldName = null; String errFldName = 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