Commit 20579db1 authored by steurwadkar's avatar steurwadkar

commented validation for Commission percentage


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