Commit 849bd79e authored by steurwadkar's avatar steurwadkar

commented validation for Commission percentage


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105135 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 28a90bde
...@@ -1614,7 +1614,8 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal ...@@ -1614,7 +1614,8 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
} }
// comm_perc // comm_perc
else if (childNodeName.equalsIgnoreCase("comm_perc"))// doubt //Commented by Santosh on 24/03/2017 need to compare business logic with orginal component [Start]
/*else if (childNodeName.equalsIgnoreCase("comm_perc"))// doubt
{ {
commPerc = checkDoubleNull((genericUtility.getColumnValue("comm_perc", dom))); commPerc = checkDoubleNull((genericUtility.getColumnValue("comm_perc", dom)));
System.out.println(); System.out.println();
...@@ -1679,7 +1680,8 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal ...@@ -1679,7 +1680,8 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
} }*/
//Commented by Santosh on 24/03/2017 need to compare business logic with orginal component [End]
// cust_code__notify // cust_code__notify
else if (childNodeName.equalsIgnoreCase("cust_code__notify"))// doubt else if (childNodeName.equalsIgnoreCase("cust_code__notify"))// doubt
{ {
...@@ -3523,7 +3525,8 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal ...@@ -3523,7 +3525,8 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
} }
// comm_perc_1 // comm_perc_1
else if (childNodeName.equalsIgnoreCase("comm_perc_1")) //Commented by Santosh on 24/03/2017 need to compare business logic with orginal component [Start]
/*else if (childNodeName.equalsIgnoreCase("comm_perc_1"))
{ {
String lsCommpercOn=""; String lsCommpercOn="";
double lcCommPerc=0.0; double lcCommPerc=0.0;
...@@ -3610,8 +3613,8 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal ...@@ -3610,8 +3613,8 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
System.out.println("comm_perc_3 parameters"); System.out.println("comm_perc_3 parameters");
} }
} }
} }*/
//Commented by Santosh on 24/03/2017 need to compare business logic with orginal component [End]
// cust_item__ref // cust_item__ref
else if (childNodeName.equalsIgnoreCase("cust_item__ref")) else if (childNodeName.equalsIgnoreCase("cust_item__ref"))
{ {
......
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