Commit f9b11b6f authored by wansari's avatar wansari

W16IBAS007 corrected indent approval message


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105877 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a2b323c0
......@@ -196,7 +196,9 @@ public class IndentConf extends ActionHandlerEJB implements IndentConfLocal, Ind
else if(errCode.length() == 0)
{
isError = false;
errCode = "CONFSUCESS";
//Changed by wasim on 13-JUN-17 to change proper messages code.
//errCode = "CONFSUCESS";
errCode = "VTINDAPR";
errList.add( errCode );
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