Commit 7be2ff75 authored by dhirajchavan's avatar dhirajchavan

Added Condition for PO open process and used for allow close to open PO.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101682 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6cdb8495
...@@ -682,7 +682,7 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal,POrder ...@@ -682,7 +682,7 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal,POrder
if ("C".equalsIgnoreCase(status)) if ("C".equalsIgnoreCase(status))
{ {
//Condition used for allow close to open PO //Condition used for allow close to open PO
//according by Pravin Sali
if((qty-dlvQuty)>0) if((qty-dlvQuty)>0)
{ {
System.out.println("entered in@@::[(qty-dlvQuty)>0]::"); System.out.println("entered in@@::[(qty-dlvQuty)>0]::");
......
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