[OFBiz] SVN: r6938 - trunk/applications/accounting/data

sichen@svn.ofbiz.org sichen at svn.ofbiz.org
Tue Mar 7 12:36:16 CST 2006


Author: sichen
Date: 2006-03-07 12:36:12 -0600 (Tue, 07 Mar 2006)
New Revision: 6938

Modified:
   trunk/applications/accounting/data/DemoGeneralChartOfAccounts.xml
Log:
Fixed bad seed data. Acct 224000 is supposed to be class CURRENT_LIABILITY.

Modified: trunk/applications/accounting/data/DemoGeneralChartOfAccounts.xml
===================================================================
--- trunk/applications/accounting/data/DemoGeneralChartOfAccounts.xml	2006-03-07 17:47:27 UTC (rev 6937)
+++ trunk/applications/accounting/data/DemoGeneralChartOfAccounts.xml	2006-03-07 18:36:12 UTC (rev 6938)
@@ -334,7 +334,7 @@
     accountName="ACCRUED PAYROLL TAXES - STATE UNEMPLOYMENT TAX" description="" postedBalance="0.0"/>
 
     <GlAccount parentGlAccountId="220000" glAccountId="224000" accountCode="224000" 
-        glAccountClassId="LIABILITY" glAccountTypeId="CURRENT_LIABILITY" glResourceTypeId="MONEY"  
+        glAccountClassId="CURRENT_LIABILITY" glAccountTypeId="CURRENT_LIABILITY" glResourceTypeId="MONEY"  
         accountName="SALES TAX COLLECTED" description="" postedBalance="0.0"/>
     
     <!-- USA Sales Tax Accounts -->    



More information about the Svn mailing list