Commit 9a81af35 authored by steurwadkar's avatar steurwadkar

Changes made to format double to 2 digit

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@178695 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0c29c0f5
......@@ -26,7 +26,7 @@ public class PricelistGenEJB extends ValidatorEJB
{
E12GenericUtility genericUtility= new E12GenericUtility();
DistCommon distCommon = new DistCommon();
DecimalFormat df = new DecimalFormat("#.00");
DecimalFormat df = new DecimalFormat("0.00");
public Object generateAndInsertPriceList(String productCode, ArrayList<HashMap<String, String>> targetPlist, String effFrom, String validUpto, String xtraParams, boolean isPreview, Connection conn) throws RemoteException,ITMException
{
......
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