Commit e880923f authored by mnair's avatar mnair

Added changes in the loc code to

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183600 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a0eaea87
......@@ -306,7 +306,7 @@ public class StockTransferAct extends ActionHandlerEJB implements
System.out.println("costCenInv :["+costCenInv+"]");
// System.out.println("remainingQty :["+remainingQty+"]");
String mapKey = itemCode + "~" + siteCodeReq + "~"+ locCode + "~" + lotNum + "~" + lotSerial;
String mapKey = itemCode + "~" + siteCodeReq + "~"+ locCodeTo + "~" + lotNum + "~" + lotSerial;
if (!hm.containsKey(mapKey))
{
......
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