You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/01/16 20:40:56 UTC

svn commit: r1725025 - in /ofbiz/branches/release15.12: ./ applications/accounting/data/DemoTaxAuthority.xml

Author: jleroux
Date: Sat Jan 16 19:40:55 2016
New Revision: 1725025

URL: http://svn.apache.org/viewvc?rev=1725025&view=rev
Log:
"Applied fix from trunk for revision: 1724978" 
------------------------------------------------------------------------
r1724978 | diveshdutta | 2016-01-16 15:25:20 +0100 (sam. 16 janv. 2016) | 1 ligne

 [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/branches/release15.12/   (props changed)
    ofbiz/branches/release15.12/applications/accounting/data/DemoTaxAuthority.xml

Propchange: ofbiz/branches/release15.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Jan 16 19:40:55 2016
@@ -9,4 +9,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/trunk:1722712,1724402,1724411,1724566,1724689,1724763,1724916,1724918,1724925,1724930,1724940,1724943,1724946,1724951,1724954,1724957,1724975,1725006
+/ofbiz/trunk:1722712,1724402,1724411,1724566,1724689,1724763,1724916,1724918,1724925,1724930,1724940,1724943,1724946,1724951,1724954,1724957,1724975,1724978,1725006

Modified: ofbiz/branches/release15.12/applications/accounting/data/DemoTaxAuthority.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/accounting/data/DemoTaxAuthority.xml?rev=1725025&r1=1725024&r2=1725025&view=diff
==============================================================================
--- ofbiz/branches/release15.12/applications/accounting/data/DemoTaxAuthority.xml (original)
+++ ofbiz/branches/release15.12/applications/accounting/data/DemoTaxAuthority.xml Sat Jan 16 19:40:55 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"/>