Commit 2f2a970b authored by dpawar's avatar dpawar

validation for order type


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98216 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 95504ba7
...@@ -584,11 +584,12 @@ public class ReplIssIC extends ValidatorEJB implements ReplIssICLocal, ReplIssIC ...@@ -584,11 +584,12 @@ public class ReplIssIC extends ValidatorEJB implements ReplIssICLocal, ReplIssIC
} }
//Changed By Pragyan //Changed By Pragyan 07/07/15 to include U and Q order type in the validation
//Changed by Rohan on 06-09-12 to check previous task finish or not.start //Changed by Rohan on 06-09-12 to check previous task finish or not.start
//if("L".equalsIgnoreCase(orderType) || "Q".equalsIgnoreCase(orderType) || "T".equalsIgnoreCase(orderType)) //if("L".equalsIgnoreCase(orderType) || "Q".equalsIgnoreCase(orderType) || "T".equalsIgnoreCase(orderType))
//if(!"F".equalsIgnoreCase(orderType) && !"G".equalsIgnoreCase(orderType) && !"E".equalsIgnoreCase(orderType)) //if(!"F".equalsIgnoreCase(orderType) && !"G".equalsIgnoreCase(orderType) && !"E".equalsIgnoreCase(orderType))
if("I".equalsIgnoreCase(orderType) || "J".equalsIgnoreCase(orderType) || "K".equalsIgnoreCase(orderType) || "L".equalsIgnoreCase(orderType) || "Q".equalsIgnoreCase(orderType) || "T".equalsIgnoreCase(orderType)) //if("I".equalsIgnoreCase(orderType) || "J".equalsIgnoreCase(orderType) || "K".equalsIgnoreCase(orderType) || "L".equalsIgnoreCase(orderType) || "Q".equalsIgnoreCase(orderType) || "T".equalsIgnoreCase(orderType))
if("I".equalsIgnoreCase(orderType) || "J".equalsIgnoreCase(orderType) || "K".equalsIgnoreCase(orderType) || "L".equalsIgnoreCase(orderType) || "Q".equalsIgnoreCase(orderType) || "T".equalsIgnoreCase(orderType) || "U".equalsIgnoreCase(orderType) || "V".equalsIgnoreCase(orderType))
{ {
System.out.println("Enter in order type L"); System.out.println("Enter in order type L");
......
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