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/19 17:40:05 UTC

svn commit: r1725561 - /ofbiz/trunk/applications/accounting/data/DemoTaxAuthority.xml

Author: jleroux
Date: Tue Jan 19 16:40:04 2016
New Revision: 1725561

URL: http://svn.apache.org/viewvc?rev=1725561&view=rev
Log:
A patch from Pierre Smits for "In DemoTaxAuthority.xml the associated countrycode for Bulgaria is wrong" https://issues.apache.org/jira/browse/OFBIZ-6844

In DemoTaxAuthority.xml the associated CountryCode for the tax office in/of Bulgaria is set to BEL, which is Belgium.
This should be corrected to BGR.

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=1725561&r1=1725560&r2=1725561&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/data/DemoTaxAuthority.xml (original)
+++ ofbiz/trunk/applications/accounting/data/DemoTaxAuthority.xml Tue Jan 19 16:40:04 2016
@@ -141,7 +141,7 @@
     <Party partyId="BGR_TA" partyTypeId="PARTY_GROUP" preferredCurrencyUomId="BGN" statusId="PARTY_ENABLED" createdDate="2009-01-01 00:00:00.000"/>
     <PartyGroup partyId="BGR_TA" groupName="Tax Authority of Bulgaria"/>
     <PartyRole partyId="BGR_TA" roleTypeId="TAX_AUTHORITY"/>
-    <TaxAuthority taxAuthPartyId="BGR_TA" includeTaxInPrice="N" requireTaxIdForExemption="Y" taxAuthGeoId="BEL" taxIdFormatPattern="^(BE-?)\d{10}$"/>
+    <TaxAuthority taxAuthPartyId="BGR_TA" includeTaxInPrice="N" requireTaxIdForExemption="Y" taxAuthGeoId="BGR" taxIdFormatPattern="^(BG-?)\d{10}$"/>
     
     <Party partyId="DEU_BZSt" partyTypeId="PARTY_GROUP" preferredCurrencyUomId="EUR" statusId="PARTY_ENABLED" createdDate="2009-01-01 00:00:00.000"/>
     <PartyGroup partyId="DEU_BZSt" groupName="Bundeszentralamt für Steuern"/>