Commit e3caeb90 authored by prahate's avatar prahate

validation done for ChargebackLoc

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206045 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 33b3e9c8
...@@ -1020,6 +1020,7 @@ public class ChargeBackLoc extends ValidatorEJB implements ChargeBackLocLocal, C ...@@ -1020,6 +1020,7 @@ public class ChargeBackLoc extends ValidatorEJB implements ChargeBackLocLocal, C
System.out.println("settle method in third form for the credit note:"+settlemth); System.out.println("settle method in third form for the credit note:"+settlemth);
errList.add("VMINVTHIRD"); errList.add("VMINVTHIRD");
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
break;
} }
//Added by saiprasad G. on[17-1-19] START //Added by saiprasad G. on[17-1-19] START
String limitAmt=genericUtility.getColumnValue("limit_amt", dom); String limitAmt=genericUtility.getColumnValue("limit_amt", 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