Author: adrianc
Date: Tue Mar 11 18:01:19 2014
New Revision: 1576445
URL: http://svn.apache.org/r1576445
Log:
Removed some deprecated Mini-language elements from TaxAuthorityServices.xml -
https://issues.apache.org/jira/browse/OFBIZ-5029
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml?rev=1576445&r1=1576444&r2=1576445&view=diff
==============================================================================
---
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml
(original)
+++
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/tax/TaxAuthorityServices.xml
Tue Mar 11 18:01:19 2014
@@ -219,7 +219,6 @@ under the License.
<simple-method method-name="createPartyTaxAuthInfo"
short-description="create a PartyTaxAuthInfo">
<set value="_CREATE" field="securityAction"/>
<check-permission permission="ACCOUNTING" action="${securityAction}">
- <accept-userlogin-party/>
<fail-property resource="AccountingUiLabels"
property="AccountingPermissionError"/>
</check-permission>
@@ -238,7 +237,6 @@ under the License.
<simple-method method-name="updatePartyTaxAuthInfo"
short-description="update a PartyTaxAuthInfo">
<set value="_UPDATE" field="securityAction"/>
<check-permission permission="ACCOUNTING" action="${securityAction}">
- <accept-userlogin-party/>
<fail-property resource="AccountingUiLabels"
property="AccountingPermissionError"/>
</check-permission>
@@ -274,7 +272,6 @@ under the License.
<simple-method method-name="deletePartyTaxAuthInfo"
short-description="delete a PartyTaxAuthInfo">
<set value="_DELETE" field="securityAction"/>
<check-permission permission="ACCOUNTING" action="${securityAction}">
- <accept-userlogin-party/>
<fail-property resource="AccountingUiLabels"
property="AccountingPermissionError"/>
</check-permission>
<check-errors/>