Commit caf842b5 authored by prahate's avatar prahate

Changes done to set list type.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@185928 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6ef98ab5
......@@ -2941,7 +2941,13 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
rs = null;
pstmt.close();
pstmt = null;
System.out.println("lsListType : "+lsListType);
System.out.println("lcMaxRate P : "+lcMaxRate);
System.out.println("lcMinRate P : "+lcMinRate);
if(! lsListType.equalsIgnoreCase("B"))
{
System.out.println("Inside wfvaldata of rate__clg");
if (lcRateClg < lcMinRate) {
errCode = "VTRATE9";// Tax class not define in
// tax class master!
......@@ -2961,6 +2967,7 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
}
}
}
}
// dsp_date
else if (childNodeName.equalsIgnoreCase("dsp_date")) {
......
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