Commit 400a4879 authored by manohar's avatar manohar

For auto lot number generation order type X - reprocess and T - R and D trail included


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95878 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 18c6ee99
...@@ -203,7 +203,7 @@ public class WoPostSave extends ValidatorEJB implements WoPostSaveLocal, WoPos ...@@ -203,7 +203,7 @@ public class WoPostSave extends ValidatorEJB implements WoPostSaveLocal, WoPos
} }
else else
{ {
if("RFP".indexOf(ordertype)>-1) if("RFPXT".indexOf(ordertype)>-1)
{ {
if(genlotnoT.equalsIgnoreCase("1") || (lb_nositeitem && ls_setfg.trim().indexOf(sitecode.trim()) > -1 )) if(genlotnoT.equalsIgnoreCase("1") || (lb_nositeitem && ls_setfg.trim().indexOf(sitecode.trim()) > -1 ))
{ {
......
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