Commit d539f281 authored by ppatro's avatar ppatro

updated src wavegen for stock to dock issue


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92542 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7ef7233a
...@@ -2844,6 +2844,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -2844,6 +2844,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
if(itemInfoMapForRepl.containsKey(itemCode+":"+siteCode+":"+lotNo+":"+lotSl+":"+locCode)) if(itemInfoMapForRepl.containsKey(itemCode+":"+siteCode+":"+lotNo+":"+lotSl+":"+locCode))
{ {
isStockToDock = false;
ArrayList tempListTestForRepl = (ArrayList)itemInfoMapForRepl.get(itemCode+":"+siteCode+":"+lotNo+":"+lotSl+":"+locCode); ArrayList tempListTestForRepl = (ArrayList)itemInfoMapForRepl.get(itemCode+":"+siteCode+":"+lotNo+":"+lotSl+":"+locCode);
} }
else else
......
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