Author: diveshdutta
Date: Sat Jun 20 11:38:29 2015
New Revision: 1686569

URL: http://svn.apache.org/r1686569
Log:
[OFBIZ-6520] Formatting changes, no fuctional changes

Modified:
    
ofbiz/trunk/applications/product/src/org/ofbiz/product/price/PriceServices.java

Modified: 
ofbiz/trunk/applications/product/src/org/ofbiz/product/price/PriceServices.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/src/org/ofbiz/product/price/PriceServices.java?rev=1686569&r1=1686568&r2=1686569&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/product/src/org/ofbiz/product/price/PriceServices.java 
(original)
+++ 
ofbiz/trunk/applications/product/src/org/ofbiz/product/price/PriceServices.java 
Sat Jun 20 11:38:29 2015
@@ -149,7 +149,7 @@ public class PriceServices {
             if (UtilValidate.isNotEmpty(productStore) && 
UtilValidate.isNotEmpty(productStore.getString("defaultCurrencyUomId"))) {
                 currencyDefaultUomId = 
productStore.getString("defaultCurrencyUomId");
             } else {
-            currencyDefaultUomId = 
EntityUtilProperties.getPropertyValue("general", "currency.uom.id.default", 
"USD", delegator);
+                currencyDefaultUomId = 
EntityUtilProperties.getPropertyValue("general", "currency.uom.id.default", 
"USD", delegator);
             }
         }
 


Reply via email to