Author: jleroux
Date: Wed Apr 23 14:48:19 2008
New Revision: 651079

URL: http://svn.apache.org/viewvc?rev=651079&view=rev
Log:
Fix a typo

Modified:
    ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml

Modified: ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml?rev=651079&r1=651078&r2=651079&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml (original)
+++ ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml Wed Apr 23 
14:48:19 2008
@@ -19,7 +19,7 @@
 -->
 <entity-engine-xml>
     <AcctgTransType acctgTransTypeId="INTERNAL_ACCTG_TRANS" 
description="Internal" hasTable="Y" parentTypeId=""/>
-    <AcctgTransType acctgTransTypeId="AMORTIZATION" description="Amorization" 
hasTable="N" parentTypeId="INTERNAL_ACCTG_TRANS"/>
+    <AcctgTransType acctgTransTypeId="AMORTIZATION" description="Amortization" 
hasTable="N" parentTypeId="INTERNAL_ACCTG_TRANS"/>
     <AcctgTransType acctgTransTypeId="DEPRECIATION" description="Depreciation" 
hasTable="Y" parentTypeId="INTERNAL_ACCTG_TRANS"/>
     <AcctgTransType acctgTransTypeId="CAPITALIZATION" 
description="Capitalization" hasTable="N" parentTypeId="INTERNAL_ACCTG_TRANS"/>
     <AcctgTransType acctgTransTypeId="INVENTORY" description="Inventory" 
hasTable="N" parentTypeId="INTERNAL_ACCTG_TRANS"/>


Reply via email to