Commit c94b97ed authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@186142 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c73bf238
......@@ -1842,7 +1842,7 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal,POrder
System.out.println("Rate old is @@@@@ " + rateO);
varValue = this.getEnvDis("999999","REGULATED_PRICE_LIST", conn);
//Added By PriyankaC on 10JAN18.[START]
//Added By PriyankaC on 07JUNE18.[START]
sql = " SELECT COUNT(*) FROM PORCP WHERE PURC_ORDER = ? and confirmed ='N'";
......@@ -1889,7 +1889,7 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal,POrder
}
//Added By PriyankaC on 10JAN18.[END]
//Added By PriyankaC on 07JUNE18.[END]
if (varValue != null && varValue.length() > 0)
{
......
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