Commit d2430d82 authored by ppatro's avatar ppatro

UPDATED SRC BUG FOUND IN SRC REPL


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92335 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a88675d1
......@@ -724,7 +724,7 @@ public class MasterPackIC extends ValidatorEJB implements MasterPackICRemote, Ma
}
System.out.println(" weight ="+weight+" no of item"+noCases);
if(weight > 65 || noCases > 60)
if(weight > 70 || noCases > 60)
{
errList.add( "VTWGTEXD" );
errFields.add( childNodeName.toLowerCase() );
......
......@@ -410,7 +410,7 @@ public class ReplIssConf extends ActionHandlerEJB implements ReplIssConfRemote,
//else if ("G".equals(orderType) || "F".equals(orderType) || "J".equals(orderType) || "Q".equals(orderType))
//else if ("G".equals(orderType) || "F".equals(orderType) || "J".equals(orderType) || "Q".equals(orderType) || "C".equals(orderType) || "T".equals(orderType))
//else if ("G".equals(orderType) || "F".equals(orderType) || "J".equals(orderType) || "Q".equals(orderType) || "C".equals(orderType) || "T".equals(orderType) || "K".equals(orderType) || "M".equals(orderType))
else if ("G".equals(orderType) || "F".equals(orderType) || "J".equals(orderType) || "Q".equals(orderType) || "C".equals(orderType) || "T".equals(orderType) || "K".equals(orderType) || "M".equals(orderType) || "I".equals(orderType) || "E".equals(orderType))
else if ("G".equals(orderType) || "F".equals(orderType) || "J".equals(orderType) || "Q".equals(orderType) || "C".equals(orderType) || "T".equals(orderType) || "K".equals(orderType) || "M".equals(orderType) || "I".equals(orderType) || "E".equals(orderType) || "P".equals(orderType))
{
//if("J".equals(orderType) || "K".equals(orderType) )
......@@ -596,7 +596,7 @@ public class ReplIssConf extends ActionHandlerEJB implements ReplIssConfRemote,
}*/
//else if ("G".equals(orderType) || "F".equals(orderType) )
//else if ("G".equals(orderType) || "F".equals(orderType) || "J".equals(orderType) || "Q".equals(orderType) || "C".equals(orderType) || "T".equals(orderType) || "K".equals(orderType) || "M".equals(orderType))
else if ("G".equals(orderType) || "F".equals(orderType) || "J".equals(orderType) || "Q".equals(orderType) || "C".equals(orderType) || "T".equals(orderType) || "K".equals(orderType) || "M".equals(orderType) || "E".equals(orderType) || "I".equals(orderType) )
else if ("G".equals(orderType) || "F".equals(orderType) || "J".equals(orderType) || "Q".equals(orderType) || "C".equals(orderType) || "T".equals(orderType) || "K".equals(orderType) || "M".equals(orderType) || "E".equals(orderType) || "I".equals(orderType) || "P".equals(orderType) )
{
strAllocate.put("alloc_qty",new Double(quantity - actualQty));
}
......@@ -619,7 +619,7 @@ public class ReplIssConf extends ActionHandlerEJB implements ReplIssConfRemote,
// 18/09/12 manoharan as the lot_sl also changed and allocation may be for case pick as well as active pick
// reduce the quantity in existing and insert new for the active
//if ("A".equals(orderType) || "E".equals(orderType) || "Q".equals(orderType) || "T".equals(orderType) )
if ("A".equals(orderType) || "E".equals(orderType) || "Q".equals(orderType))
if ("A".equals(orderType) || "E".equals(orderType) || "Q".equals(orderType) || "P".equals(orderType))
{
//Changed By Pragyan 06/12/2012 To get valid Pick Order.start
/*sql = " SELECT * FROM PICK_ORD_DET "
......
......@@ -2420,7 +2420,7 @@ public class ReplIssIC extends ValidatorEJB implements ReplIssICLocal, ReplIssIC
}*/
//Changed By Sumit as the pick type "Q" required.
//if ( "A".equalsIgnoreCase(pickType.trim()) || "I".equalsIgnoreCase(pickType.trim()) )//Active pick
if ( "A".equalsIgnoreCase(pickType.trim()) || "I".equalsIgnoreCase(pickType.trim()) || "Q".equalsIgnoreCase(pickType.trim()) || "T".equalsIgnoreCase(pickType.trim()))//Active pick
if ( "A".equalsIgnoreCase(pickType.trim()) || "I".equalsIgnoreCase(pickType.trim()) || "Q".equalsIgnoreCase(pickType.trim()) || "T".equalsIgnoreCase(pickType.trim()) || "P".equalsIgnoreCase(pickType.trim()))//Active pick
{
varName = "ACTIVE_PICK_INVSTAT";
}
......
......@@ -138,9 +138,11 @@ public class ReplIssPos extends ValidatorEJB implements ReplIssPosRemote, ReplIs
//Changed by sumit on 16/11/12 updating pallet no in carton master end.
}
//Changed By 10/12/12 Pragyan To support for PND to active PSO to Active
//Changed By Mahesh Patidar on 07/08/12
//changed condition by Kunal Mandhre on 31/08/12
if ("A".equalsIgnoreCase(orderType) || "Q".equalsIgnoreCase(orderType) || "E".equalsIgnoreCase(orderType) || "T".equalsIgnoreCase(orderType))
//if ("A".equalsIgnoreCase(orderType) || "Q".equalsIgnoreCase(orderType) || "E".equalsIgnoreCase(orderType) || "T".equalsIgnoreCase(orderType))
if ("A".equalsIgnoreCase(orderType) || "Q".equalsIgnoreCase(orderType) || "E".equalsIgnoreCase(orderType) || "T".equalsIgnoreCase(orderType) || "I".equalsIgnoreCase(orderType) || "P".equalsIgnoreCase(orderType))
{
System.out.println("for case repl::::");
parentNodeList = dom.getElementsByTagName("Detail4");
......
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