Author: diveshdutta
Date: Sat Jan 16 14:25:20 2016
New Revision: 1724978
URL:
http://svn.apache.org/viewvc?rev=1724978&view=revLog:
[OFBIZ-6753] Fixed issue:The GL account for USA_IRS is set to 224106 (SALES TAX COLLECTED USA - CA) should be 224100 (SALES TAX COLLECTED USA). Thanks Jesse Thomas for reporting the issue and Thanks Ankush for providing the patch.
Modified:
ofbiz/trunk/applications/accounting/data/DemoTaxAuthority.xml
Modified: ofbiz/trunk/applications/accounting/data/DemoTaxAuthority.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/DemoTaxAuthority.xml?rev=1724978&r1=1724977&r2=1724978&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/data/DemoTaxAuthority.xml (original)
+++ ofbiz/trunk/applications/accounting/data/DemoTaxAuthority.xml Sat Jan 16 14:25:20 2016
@@ -71,7 +71,7 @@
<!-- USA TaxAuthority defs -->
<TaxAuthority taxAuthGeoId="USA" taxAuthPartyId="USA_IRS" taxIdFormatPattern="\d{2}\-\d{7}|\d{3}\-\d{2}\-\d{4}" includeTaxInPrice="N"/>
- <TaxAuthorityGlAccount taxAuthGeoId="USA" taxAuthPartyId="USA_IRS" organizationPartyId="Company" glAccountId="224106"/>
+ <TaxAuthorityGlAccount taxAuthGeoId="USA" taxAuthPartyId="USA_IRS" organizationPartyId="Company" glAccountId="224100"/>
<TaxAuthority taxAuthGeoId="CA" taxAuthPartyId="CA_BOE" includeTaxInPrice="N"/>
<TaxAuthorityGlAccount taxAuthGeoId="CA" taxAuthPartyId="CA_BOE" organizationPartyId="Company" glAccountId="224106"/>