Commit a45546b2 authored by cpatil's avatar cpatil

revert decimal point


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96795 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bae576cf
...@@ -348,7 +348,7 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal, ...@@ -348,7 +348,7 @@ public class WoIssPartialPrc extends ProcessEJB implements WoIssPartialPrcLocal,
double propReqQty = 0d,issueQtyDiff = 0d,extraQty=0d; double propReqQty = 0d,issueQtyDiff = 0d,extraQty=0d;
ArrayList list = new ArrayList(); ArrayList list = new ArrayList();
boolean flag = false; boolean flag = false;
DecimalFormat df = new DecimalFormat("0.0000"); // DecimalFormat df = new DecimalFormat("0.000"); //cpatil on 11/11/14 DecimalFormat df = new DecimalFormat("0.000"); // DecimalFormat df = new DecimalFormat("0.000"); //cpatil on 11/11/14
CommonConstants commonConstants = new CommonConstants(); CommonConstants commonConstants = new CommonConstants();
String itemCodeInv=""; double quantityInv=0,issueQtyInv=0; // added by cpatil String itemCodeInv=""; double quantityInv=0,issueQtyInv=0; // added by cpatil
......
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