Commit 3d8abeb4 authored by dpawar's avatar dpawar

validate for duplicate lot sl new (comment if condition)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98258 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9fa21132
...@@ -1119,8 +1119,11 @@ public class ReplIssIC extends ValidatorEJB implements ReplIssICLocal, ReplIssIC ...@@ -1119,8 +1119,11 @@ public class ReplIssIC extends ValidatorEJB implements ReplIssICLocal, ReplIssIC
System.out.println("Order Type in ReplissIC befour if:["+orderType+"]"); System.out.println("Order Type in ReplissIC befour if:["+orderType+"]");
if(!"V".equalsIgnoreCase(orderType)) //Changed by Dadaso pawar on 13/07/15 [Start] //lot_sl__new should not duplicate
{
/*if(!"V".equalsIgnoreCase(orderType))
{*/
//Changed by Dadaso pawar on 13/07/15 [End] //lot_sl__new should not duplicate
System.out.println("Order Type in ReplissIC within if:["+orderType+"]"); System.out.println("Order Type in ReplissIC within if:["+orderType+"]");
//Chnaged by Rohan on 10-02-12 allow lpn no start with NJ & CN & allow only 10 Character.start //Chnaged by Rohan on 10-02-12 allow lpn no start with NJ & CN & allow only 10 Character.start
if(!lotSlNew.startsWith("NJ") && !lotSlNew.startsWith("CN") && !lotSlNew.startsWith("DM") && !lotSlNew.startsWith("EX") ) if(!lotSlNew.startsWith("NJ") && !lotSlNew.startsWith("CN") && !lotSlNew.startsWith("DM") && !lotSlNew.startsWith("EX") )
...@@ -1198,8 +1201,9 @@ public class ReplIssIC extends ValidatorEJB implements ReplIssICLocal, ReplIssIC ...@@ -1198,8 +1201,9 @@ public class ReplIssIC extends ValidatorEJB implements ReplIssICLocal, ReplIssIC
{ {
errList.add( "LPNORDTYPE" ); errList.add( "LPNORDTYPE" );
errFields.add( childNodeName.toLowerCase() ); errFields.add( childNodeName.toLowerCase() );
} }
}
//}//Changed by Dadaso pawar on 13/07/15 [Start] //lot_sl__new should not duplicate
} }
//Commented By mahesh Patidar on 01/08/12 //Commented By mahesh Patidar on 01/08/12
//Changed by Dadaso pawar on 09/06/15 [Start] //Changed by Dadaso pawar on 09/06/15 [Start]
......
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