Commit aa7cf517 authored by manohar's avatar manohar

error code for description corrected


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99922 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 445b30a9
......@@ -167,7 +167,7 @@ public class StationIC extends ValidatorEJB implements StationICLocal, StationIC
desc = checkNull(genericUtility.getColumnValue("descr", dom));
if(desc == null || desc.trim().length() == 0)
{
errCode = "VELVE2 ";
errCode = "VEADN3";
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