Commit d426fa5c authored by skumbhar's avatar skumbhar

changes for item series.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94999 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 312318c0
......@@ -209,6 +209,10 @@ public class ItemSerCrPolicy extends ValidatorEJB implements ItemSerCrPolicyLoca
errString = getErrorString("item_ser", errCode, userId);
break;
}
} else {
errCode = "VTITEMSER5";
errString = getErrorString("item_ser", errCode, userId);
break;
}
} else if (childNodeName.equalsIgnoreCase("title")) {
title = genericUtility.getColumnValue("title", dom);
......
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