Author: adrianc
Date: Wed Feb 1 13:15:17 2012
New Revision: 1239119
URL:
http://svn.apache.org/viewvc?rev=1239119&view=revLog:
Fixed a recent change that caused tests to fail.
Modified:
ofbiz/trunk/framework/common/data/CommonSystemPropertyData.xml
Modified: ofbiz/trunk/framework/common/data/CommonSystemPropertyData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/CommonSystemPropertyData.xml?rev=1239119&r1=1239118&r2=1239119&view=diff==============================================================================
--- ofbiz/trunk/framework/common/data/CommonSystemPropertyData.xml (original)
+++ ofbiz/trunk/framework/common/data/CommonSystemPropertyData.xml Wed Feb 1 13:15:17 2012
@@ -18,6 +18,6 @@
under the License.
-->
<entity-engine-xml>
- <SystemProperty systemPropertyId="currency.uom.id.default" systemPropertyValue="THB" description="the default currency to use for prices, etc"/>
+ <SystemProperty systemPropertyId="currency.uom.id.default" systemPropertyValue="USD" description="The default currency to use for prices, etc"/>
<SystemProperty systemPropertyId="defaultFromEmailAddress" systemPropertyValue="
[hidden email]" description="general default 'fromEmailAddress' can be overridden in: EmailTemplateSetting"/>
</entity-engine-xml>