Author: jleroux
Date: Tue Jan 19 16:41:24 2016
New Revision: 1725562
URL:
http://svn.apache.org/viewvc?rev=1725562&view=revLog:
"Applied fix from trunk for revision: 1725561 "
------------------------------------------------------------------------
r1725561 | jleroux | 2016-01-19 17:40:04 +0100 (mar. 19 janv. 2016) | 4 lignes
A patch from Pierre Smits for "In DemoTaxAuthority.xml the associated countrycode for Bulgaria is wrong"
https://issues.apache.org/jira/browse/OFBIZ-6844In 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/branches/release15.12/ (props changed)
ofbiz/branches/release15.12/applications/accounting/data/DemoTaxAuthority.xml
Propchange: ofbiz/branches/release15.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Jan 19 16:41:24 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,1724978,1725006,1725217,1725257
+/ofbiz/trunk:1722712,1724402,1724411,1724566,1724689,1724763,1724916,1724918,1724925,1724930,1724940,1724943,1724946,1724951,1724954,1724957,1724975,1724978,1725006,1725217,1725257,1725561
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=1725562&r1=1725561&r2=1725562&view=diff==============================================================================
--- ofbiz/branches/release15.12/applications/accounting/data/DemoTaxAuthority.xml (original)
+++ ofbiz/branches/release15.12/applications/accounting/data/DemoTaxAuthority.xml Tue Jan 19 16:41:24 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"/>