Commit 8c6cd259 authored by ssarkar's avatar ssarkar

Update by SUMIT on 06/02/13 rollback unit conversion


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92649 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a5b78e09
...@@ -737,7 +737,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -737,7 +737,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
} }
quantity = rs.getDouble(8); quantity = rs.getDouble(8);
if(!unit.equalsIgnoreCase(mbaseUnit)) /*if(!unit.equalsIgnoreCase(mbaseUnit))
{ {
if(convQtyStduom != 0) if(convQtyStduom != 0)
{ {
...@@ -768,7 +768,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -768,7 +768,7 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
{ {
quantity = 0; quantity = 0;
} }
} }*/
//Changed By Pragyan 17/12/12 to get the standard UOM and order UOM.end //Changed By Pragyan 17/12/12 to get the standard UOM and order UOM.end
System.out.println("pendingQty =["+pendingQty+"]"); System.out.println("pendingQty =["+pendingQty+"]");
System.out.println("partQty =["+partQty+"]"); System.out.println("partQty =["+partQty+"]");
......
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