Commit 72d2f5e1 authored by rbhogale's avatar rbhogale

Changed by Rohan on 25-10-12 for wave cancle


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92046 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5c17eb63
...@@ -1147,7 +1147,9 @@ public class WaveCancelEJB extends ActionHandlerEJB implements WaveCancelEJBLoca ...@@ -1147,7 +1147,9 @@ public class WaveCancelEJB extends ActionHandlerEJB implements WaveCancelEJBLoca
} }
} }
} }
else if("K".equalsIgnoreCase(orderType.trim()) || "J".equalsIgnoreCase(orderType.trim()) || "M".equalsIgnoreCase(orderType.trim())) //Changed by Rohan on 25-10-12
//else if("K".equalsIgnoreCase(orderType.trim()) || "J".equalsIgnoreCase(orderType.trim()) || "M".equalsIgnoreCase(orderType.trim()))
else if("K".equalsIgnoreCase(orderType.trim()) || "J".equalsIgnoreCase(orderType.trim()) || "M".equalsIgnoreCase(orderType.trim()) || "C".equalsIgnoreCase(orderType.trim()))
{ {
ArrayList ReplActQty = updateReplActQty(pickOrder,lineNoPick,conn); ArrayList ReplActQty = updateReplActQty(pickOrder,lineNoPick,conn);
......
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