Commit 143cb52f authored by prane's avatar prane

changed error code

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213343 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0ab1ae45
......@@ -251,7 +251,7 @@ public class PriceListTranIC extends ValidatorEJB implements
//Pavan R 6dec19 start [to validate ref no should not be same with old ref no]
if(refOld.equals(refNo))
{
errList.add("VTDUPREFNO");
errList.add("VTDUPREFN1");
errFields.add(childNodeName.toLowerCase());
}
//Pavan R 6dec19 end [to validate ref no should not be same with old ref no]
......
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